aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2020-05-09 16:02:10 -0700
committerGitHub <[email protected]>2020-05-09 16:02:10 -0700
commit6e69cfa1794d20e3dd41ea9074a7c8a79d51c099 (patch)
treefe078d33c11e21b684af8f400d1667b2411c5415 /go.mod
parentfix port bug (diff)
parentLowercase json response (diff)
downloadctrl-v-6e69cfa1794d20e3dd41ea9074a7c8a79d51c099.tar.xz
ctrl-v-6e69cfa1794d20e3dd41ea9074a7c8a79d51c099.zip
Merge pull request #2 from jackyzha0/api
Add get hash endpoint
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1c86c18..fc4b4dd 100644
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,9 @@ 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/kr/pretty v0.2.0 // indirect
github.com/sirupsen/logrus v1.6.0
+ golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)