Skip to content

Commit e9e7f1e

Browse files
authored
fix: client version 1.41 is too new (#23)
1 parent f215dd2 commit e9e7f1e

File tree

3 files changed

+68
-14
lines changed

3 files changed

+68
-14
lines changed

launcher/go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,36 @@ require (
66
github.com/Microsoft/go-winio v0.4.16 // indirect
77
github.com/containerd/containerd v1.4.3 // indirect
88
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
1010
github.com/docker/go-connections v0.4.0 // indirect
1111
github.com/docker/go-units v0.4.0 // indirect
1212
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
1414
github.com/golang/protobuf v1.4.3 // indirect
1515
github.com/gorilla/mux v1.8.0 // indirect
1616
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
1819
github.com/magiconair/properties v1.8.4 // indirect
1920
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
2122
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
2223
github.com/morikuni/aec v1.0.0 // indirect
2324
github.com/opencontainers/go-digest v1.0.0 // indirect
2425
github.com/opencontainers/image-spec v1.0.1 // indirect
2526
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
2728
github.com/spf13/afero v1.5.1 // indirect
2829
github.com/spf13/cast v1.3.1 // indirect
29-
github.com/spf13/cobra v1.1.1
30+
github.com/spf13/cobra v1.1.3
3031
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3132
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
3839
gopkg.in/ini.v1 v1.62.0 // indirect
3940
gopkg.in/yaml.v2 v2.4.0 // indirect
4041
gotest.tools/v3 v3.0.3 // indirect

0 commit comments

Comments
 (0)