Skip to content

Commit e24f59f

Browse files
committed
feat: update mod dep
1 parent 9088a35 commit e24f59f

File tree

3 files changed

+187
-25
lines changed

3 files changed

+187
-25
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ go 1.12
55
require (
66
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
77
github.com/BurntSushi/toml v0.3.1
8-
github.com/Microsoft/go-winio v0.4.12 // indirect
8+
github.com/Microsoft/go-winio v0.4.14 // indirect
99
github.com/blang/semver v3.5.1+incompatible
10+
github.com/containerd/containerd v1.3.4 // indirect
1011
github.com/docker/distribution v2.7.1+incompatible // indirect
11-
github.com/docker/docker v0.0.0-20190405002052-9819f9ef47ac
12+
github.com/docker/docker v0.0.0-20200309214505-aa6a9891b09c
1213
github.com/docker/go-connections v0.4.0 // indirect
13-
github.com/docker/go-units v0.3.3 // indirect
14-
github.com/gogo/protobuf v1.2.1 // indirect
15-
github.com/google/go-cmp v0.2.0 // indirect
16-
github.com/gorilla/mux v1.7.0 // indirect
17-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
14+
github.com/docker/go-units v0.4.0 // indirect
15+
github.com/gogo/protobuf v1.3.1 // indirect
16+
github.com/google/go-cmp v0.4.0 // indirect
17+
github.com/gorilla/mux v1.7.4 // indirect
1818
github.com/mitchellh/go-homedir v1.1.0
19-
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
19+
github.com/morikuni/aec v1.0.0 // indirect
2020
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
2121
github.com/opencontainers/image-spec v1.0.1 // indirect
22-
github.com/pkg/errors v0.8.1
23-
github.com/sirupsen/logrus v1.4.0
24-
github.com/spf13/cobra v0.0.3
25-
github.com/spf13/pflag v1.0.3 // indirect
26-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
27-
google.golang.org/grpc v1.19.0 // indirect
22+
github.com/pkg/errors v0.9.1
23+
github.com/sirupsen/logrus v1.5.0
24+
github.com/spf13/cobra v1.0.0
25+
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
26+
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
27+
google.golang.org/grpc v1.28.1 // indirect
2828
gotest.tools v2.2.0+incompatible // indirect
2929
)

0 commit comments

Comments
 (0)