Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit bac9b89

Browse files
committed
updated mongo driver to latest version
1 parent a76eb4d commit bac9b89

File tree

2 files changed

+103
-28
lines changed

2 files changed

+103
-28
lines changed

go.mod

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,17 @@ module staticbackend
33
go 1.13
44

55
require (
6-
github.com/DataDog/zstd v1.4.4 // indirect
76
github.com/aws/aws-sdk-go v1.27.2
8-
github.com/davecgh/go-spew v1.1.1 // indirect
97
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.1
108
github.com/go-redis/redis/v8 v8.4.4
11-
github.com/go-stack/stack v1.8.0 // indirect
12-
github.com/golang/snappy v0.0.1 // indirect
9+
github.com/golang/snappy v0.0.4 // indirect
1310
github.com/google/uuid v1.1.4
1411
github.com/gorilla/websocket v1.4.2
15-
github.com/kr/pretty v0.1.0 // indirect
16-
github.com/pkg/errors v0.8.1 // indirect
12+
github.com/klauspost/compress v1.13.1 // indirect
1713
github.com/stripe/stripe-go/v71 v71.44.0
18-
github.com/tidwall/pretty v1.0.0 // indirect
19-
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
20-
github.com/xdg/stringprep v1.0.0 // indirect
21-
go.mongodb.org/mongo-driver v1.2.0
22-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
23-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
24-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
14+
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
15+
go.mongodb.org/mongo-driver v1.7.0
16+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
17+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
18+
golang.org/x/text v0.3.6 // indirect
2519
)

0 commit comments

Comments
 (0)