diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 12:47:39 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 12:47:39 -0700 |
| commit | bc6947f41facc3ef62fe8f2611551f48a7e3788b (patch) | |
| tree | 5b8820f3184e64be3d3ba58547028ec8f599a0d8 /go.mod | |
| parent | healthcheck + basic api (diff) | |
| download | ctrl-v-bc6947f41facc3ef62fe8f2611551f48a7e3788b.tar.xz ctrl-v-bc6947f41facc3ef62fe8f2611551f48a7e3788b.zip | |
working con to mongo
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 ) |