diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |