Skip to content

Commit 2b3344d

Browse files
authored
Merge pull request #38 from fredmaggiowski/master
update: mongodb driver 1.8.4
2 parents bc3d2f9 + c9f4042 commit 2b3344d

File tree

2 files changed

+22
-277
lines changed

2 files changed

+22
-277
lines changed

go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ require (
66
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
77
github.com/Microsoft/go-winio v0.4.15 // indirect
88
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
9-
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
109
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
1110
github.com/docker/go-connections v0.4.0 // indirect
1211
github.com/docker/go-units v0.4.0 // indirect
1312
github.com/fsnotify/fsnotify v1.4.9 // indirect
14-
github.com/google/go-cmp v0.5.1 // indirect
1513
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
1614
github.com/hashicorp/go-multierror v1.1.0
1715
github.com/kr/pretty v0.2.0 // indirect
@@ -25,22 +23,19 @@ require (
2523
github.com/prometheus/client_model v0.2.0
2624
github.com/prometheus/common v0.15.0
2725
github.com/prometheus/procfs v0.3.0 // indirect
28-
github.com/prometheus/promu v0.7.0 // indirect
29-
github.com/sirupsen/logrus v1.7.0
26+
github.com/sirupsen/logrus v1.7.0 // indirect
3027
github.com/spf13/afero v1.2.2 // indirect
3128
github.com/spf13/cobra v1.0.0
3229
github.com/spf13/pflag v1.0.5 // indirect
3330
github.com/spf13/viper v1.7.1
3431
github.com/tj/assert v0.0.3
35-
go.mongodb.org/mongo-driver v1.4.1
32+
go.mongodb.org/mongo-driver v1.8.4
3633
go.uber.org/zap v1.16.0
3734
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
3835
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
39-
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect
4036
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
4137
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d // indirect
4238
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
43-
google.golang.org/appengine v1.6.7 // indirect
4439
google.golang.org/protobuf v1.25.0 // indirect
4540
gopkg.in/yaml.v2 v2.4.0 // indirect
4641
gotest.tools v2.2.0+incompatible // indirect

0 commit comments

Comments
 (0)