aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFChannel <>2022-05-05 10:05:40 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commitaf542e339e5a611d2a1b5876450bee841b577640 (patch)
tree987f4fce83d49605a0a81d68fcfac9b2d57cf8a7 /go.mod
parent493fc8e025fd613d9faf0b573d610e4a0e0c0228 (diff)
removed redis dependency
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e07b19b..b950e2c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,6 @@ go 1.15
require (
github.com/gofiber/fiber/v2 v2.20.2
github.com/gofiber/template v1.6.18
- github.com/gofrs/uuid v4.2.0+incompatible
- github.com/gomodule/redigo v2.0.0+incompatible
github.com/lib/pq v1.9.0
github.com/simia-tech/crypt v0.5.0
golang.org/x/text v0.3.6