aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 d81b5a6..1c86c18 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,10 @@ module github.com/jackyzha0/ctrl-v
go 1.13
require (
+ github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/gorilla/mux v1.7.4
github.com/jackyzha0/go-auth-w-mongo v0.0.0-20200107214439-509c4cf93b0f // indirect
+ github.com/jackyzha0/nanoDB v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/sirupsen/logrus v1.6.0
)