@@ -6,35 +6,36 @@ require (
6
6
github.com/Microsoft/go-winio v0.4.16 // indirect
7
7
github.com/containerd/containerd v1.4.3 // indirect
8
8
github.com/docker/distribution v2.7.1+incompatible // indirect
9
- github.com/docker/docker v20.10.1 +incompatible
9
+ github.com/docker/docker v20.10.3 +incompatible
10
10
github.com/docker/go-connections v0.4.0 // indirect
11
11
github.com/docker/go-units v0.4.0 // indirect
12
12
github.com/fsnotify/fsnotify v1.4.9 // indirect
13
- github.com/gogo/protobuf v1.3.1 // indirect
13
+ github.com/gogo/protobuf v1.3.2 // indirect
14
14
github.com/golang/protobuf v1.4.3 // indirect
15
15
github.com/gorilla/mux v1.8.0 // indirect
16
16
github.com/gorilla/websocket v1.4.2
17
- github.com/iancoleman/strcase v0.1.2
17
+ github.com/iancoleman/strcase v0.1.3
18
+ github.com/magefile/mage v1.11.0 // indirect
18
19
github.com/magiconair/properties v1.8.4 // indirect
19
20
github.com/mitchellh/go-homedir v1.1.0
20
- github.com/mitchellh/mapstructure v1.4.0 // indirect
21
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
21
22
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
22
23
github.com/morikuni/aec v1.0.0 // indirect
23
24
github.com/opencontainers/go-digest v1.0.0 // indirect
24
25
github.com/opencontainers/image-spec v1.0.1 // indirect
25
26
github.com/pelletier/go-toml v1.8.1 // indirect
26
- github.com/sirupsen/logrus v1.7 .0
27
+ github.com/sirupsen/logrus v1.8 .0
27
28
github.com/spf13/afero v1.5.1 // indirect
28
29
github.com/spf13/cast v1.3.1 // indirect
29
- github.com/spf13/cobra v1.1.1
30
+ github.com/spf13/cobra v1.1.3
30
31
github.com/spf13/jwalterweatherman v1.1.0 // indirect
31
32
github.com/spf13/viper v1.7.1
32
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
33
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
34
- golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
35
- golang.org/x/text v0.3.4 // indirect
36
- google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
37
- google.golang.org/grpc v1.34 .0 // indirect
33
+ golang.org/x/net v0.0.0-20210222171744-9060382bd457 // indirect
34
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
35
+ golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
36
+ golang.org/x/text v0.3.5 // indirect
37
+ google.golang.org/genproto v0.0.0-20210222212404-3e1e516060db // indirect
38
+ google.golang.org/grpc v1.35 .0 // indirect
38
39
gopkg.in/ini.v1 v1.62.0 // indirect
39
40
gopkg.in/yaml.v2 v2.4.0 // indirect
40
41
gotest.tools/v3 v3.0.3 // indirect
0 commit comments