diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 12:22:31 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 12:22:31 -0700 |
| commit | 043e347703b780781bb2a16946299ff493215c76 (patch) | |
| tree | cc2f152de2b22c7bf7542b12d6ce3035412abdf2 /go.mod | |
| parent | initial files (diff) | |
| download | ctrl-v-043e347703b780781bb2a16946299ff493215c76.tar.xz ctrl-v-043e347703b780781bb2a16946299ff493215c76.zip | |
healthcheck + basic api
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 +) |