@@ -6,12 +6,10 @@ require (
6
6
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
7
7
github.com/Microsoft/go-winio v0.4.15 // indirect
8
8
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
9
- github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
10
9
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
11
10
github.com/docker/go-connections v0.4.0 // indirect
12
11
github.com/docker/go-units v0.4.0 // indirect
13
12
github.com/fsnotify/fsnotify v1.4.9 // indirect
14
- github.com/google/go-cmp v0.5.1 // indirect
15
13
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
16
14
github.com/hashicorp/go-multierror v1.1.0
17
15
github.com/kr/pretty v0.2.0 // indirect
@@ -25,22 +23,19 @@ require (
25
23
github.com/prometheus/client_model v0.2.0
26
24
github.com/prometheus/common v0.15.0
27
25
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
30
27
github.com/spf13/afero v1.2.2 // indirect
31
28
github.com/spf13/cobra v1.0.0
32
29
github.com/spf13/pflag v1.0.5 // indirect
33
30
github.com/spf13/viper v1.7.1
34
31
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
36
33
go.uber.org/zap v1.16.0
37
34
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
38
35
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
39
- golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect
40
36
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
41
37
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d // indirect
42
38
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
43
- google.golang.org/appengine v1.6.7 // indirect
44
39
google.golang.org/protobuf v1.25.0 // indirect
45
40
gopkg.in/yaml.v2 v2.4.0 // indirect
46
41
gotest.tools v2.2.0+incompatible // indirect
0 commit comments