aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index edc1222..d81b5a6 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,9 @@ module github.com/jackyzha0/ctrl-v
go 1.13
-require github.com/joho/godotenv v1.3.0
+require (
+ github.com/gorilla/mux v1.7.4
+ github.com/jackyzha0/go-auth-w-mongo v0.0.0-20200107214439-509c4cf93b0f // indirect
+ github.com/joho/godotenv v1.3.0
+ github.com/sirupsen/logrus v1.6.0
+)