diff options
| author | Jacky Zhao <[email protected]> | 2023-07-09 14:00:26 -0700 |
|---|---|---|
| committer | Jacky Zhao <[email protected]> | 2023-07-09 14:00:26 -0700 |
| commit | 9aa4f25bee7c997b42c81ee46f53eb7143821d74 (patch) | |
| tree | 85a399b9afc2d27f93df664afef3d1ec8c8164b3 /backend/go.mod | |
| parent | fix: pre text wrapping to overflow (diff) | |
| download | ctrl-v-9aa4f25bee7c997b42c81ee46f53eb7143821d74.tar.xz ctrl-v-9aa4f25bee7c997b42c81ee46f53eb7143821d74.zip | |
switch to official mongo-go-driver
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/go.mod b/backend/go.mod index 0832637..5b5fb4f 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -3,12 +3,12 @@ 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/crypto v0.0.0-20200510223506-06a226fb4e37 - golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect + go.mongodb.org/mongo-driver v1.12.0 // indirect + golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) |