aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFChannel <=>2021-01-22 21:12:26 -0800
committerFChannel <=>2021-01-22 21:12:26 -0800
commit2566e314e8351ffbceae9a2688d90a5c811d49e5 (patch)
treee802622593c540265e464beecf76696b65e229ed /go.mod
parent626fee35bacd68baf6e9bb38ca71d88fff700b13 (diff)
client to server conversion
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e5b24f7..f3d9a97 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module github.com/FChannel/Server
-require github.com/lib/pq v1.9.0
+require (
+ github.com/gofrs/uuid v4.0.0+incompatible
+ github.com/gomodule/redigo v2.0.0+incompatible
+ github.com/lib/pq v1.9.0
+)