File tree 2 files changed +4
-133
lines changed
2 files changed +4
-133
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ require (
7
7
github.com/cespare/xxhash/v2 v2.1.1 // indirect
8
8
github.com/containerd/containerd v1.3.2
9
9
github.com/deislabs/oras v0.8.1
10
- github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492
11
10
github.com/docker/distribution v2.7.1+incompatible
12
11
github.com/docker/docker v1.13.1 // indirect
13
12
github.com/docker/go-metrics v0.0.1 // indirect
@@ -24,13 +23,14 @@ require (
24
23
github.com/onsi/ginkgo v1.12.0
25
24
github.com/onsi/gomega v1.8.1
26
25
github.com/opencontainers/go-digest v1.0.0-rc1
27
- github.com/opencontainers/image-spec v1.0.1
26
+ github.com/opencontainers/image-spec v1.0.2
28
27
github.com/opencontainers/runc v1.0.0-rc9 // indirect
29
28
github.com/pkg/errors v0.9.1
30
29
github.com/sirupsen/logrus v1.6.0
31
30
github.com/solo-io/go-utils v0.16.4
32
31
github.com/stretchr/testify v1.6.1 // indirect
33
32
go.opencensus.io v0.22.2 // indirect
33
+ go.uber.org/zap v1.9.1
34
34
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
35
35
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
36
36
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
You can’t perform that action at this time.
0 commit comments