From 2566e314e8351ffbceae9a2688d90a5c811d49e5 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Fri, 22 Jan 2021 21:12:26 -0800 Subject: client to server conversion --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3