diff options
author | FChannel <=> | 2021-01-25 13:02:40 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-25 13:02:40 -0800 |
commit | 7823265b9a7bea93befdd9b04c4332be5c5b0404 (patch) | |
tree | b0cd6f742ae8637a8ed9a9323a5b9b6e2f662010 /go.mod | |
parent | 3b923a6f098cacf35f309e44a4c67a6a576fba4e (diff) |
feedback loop fix with getting actor collection
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ module github.com/FChannel/Server +go 1.15 + require ( github.com/gofrs/uuid v4.0.0+incompatible github.com/gomodule/redigo v2.0.0+incompatible |