aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFChannel <=>2021-01-25 13:02:40 -0800
committerFChannel <=>2021-01-25 13:02:40 -0800
commit7823265b9a7bea93befdd9b04c4332be5c5b0404 (patch)
treeb0cd6f742ae8637a8ed9a9323a5b9b6e2f662010 /go.mod
parent3b923a6f098cacf35f309e44a4c67a6a576fba4e (diff)
feedback loop fix with getting actor collection
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f3d9a97..bf2d6d1 100644
--- a/go.mod
+++ b/go.mod
@@ -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