diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 20:15:59 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 20:15:59 -0700 |
| commit | dedabf41a18820527aed9e77b75564e69c9030ce (patch) | |
| tree | 9258832576f9c1bcad6126cf76ef8f7f6a128e82 /go.mod | |
| parent | Merge pull request #3 from jackyzha0/doc-expiry (diff) | |
| download | ctrl-v-dedabf41a18820527aed9e77b75564e69c9030ce.tar.xz ctrl-v-dedabf41a18820527aed9e77b75564e69c9030ce.zip | |
folder refactor
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ -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/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 -) |