Skip to content

Commit fc5bf96

Browse files
authored
Merge pull request #12 from wingyplus/mongo-go-driver-1.3.0
Bump mongo-driver to v1.3.0 and go mod tidy
2 parents f1dd588 + b642792 commit fc5bf96

File tree

2 files changed

+69
-31
lines changed

2 files changed

+69
-31
lines changed

go.mod

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,13 @@ go 1.12
55
require (
66
contrib.go.opencensus.io/exporter/stackdriver v0.12.4
77
github.com/aws/aws-sdk-go v1.21.9 // indirect
8-
github.com/go-stack/stack v1.8.0 // indirect
9-
github.com/golang/snappy v0.0.1 // indirect
10-
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
118
github.com/hashicorp/golang-lru v0.5.3 // indirect
12-
github.com/kr/pty v1.1.8 // indirect
13-
github.com/stretchr/objx v0.2.0 // indirect
14-
github.com/tidwall/pretty v1.0.0 // indirect
15-
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
169
github.com/xdg/stringprep v1.0.0 // indirect
17-
go.mongodb.org/mongo-driver v1.0.4
10+
go.mongodb.org/mongo-driver v1.3.0
1811
go.opencensus.io v0.22.0
1912
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
20-
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
21-
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
22-
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
2313
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
2414
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
25-
golang.org/x/tools v0.0.0-20190802220118-1d1727260058 // indirect
2615
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
2716
google.golang.org/grpc v1.22.1 // indirect
28-
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
2917
)

0 commit comments

Comments
 (0)