aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-09 12:22:31 -0700
committerjackyzha0 <[email protected]>2020-05-09 12:22:31 -0700
commit043e347703b780781bb2a16946299ff493215c76 (patch)
treecc2f152de2b22c7bf7542b12d6ce3035412abdf2 /go.mod
parentinitial files (diff)
downloadctrl-v-043e347703b780781bb2a16946299ff493215c76.tar.xz
ctrl-v-043e347703b780781bb2a16946299ff493215c76.zip
healthcheck + basic api
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
+)