@@ -5,15 +5,15 @@ go 1.18
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.2
7
7
github.com/buger/goterm v1.0.4
8
- github.com/cnabio/cnab-to-oci v0.3.1-beta1
8
+ github.com/cnabio/cnab-to-oci v0.3.3
9
9
github.com/compose-spec/compose-go v1.2.7
10
10
github.com/containerd/console v1.0.3
11
11
github.com/containerd/containerd v1.6.2
12
12
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
13
13
github.com/docker/buildx v0.8.1 // when updating, also update the replace rules accordingly
14
- github.com/docker/cli v20.10.12 +incompatible
14
+ github.com/docker/cli v20.10.13 +incompatible
15
15
github.com/docker/cli-docs-tool v0.4.0
16
- github.com/docker/docker v20.10.7 +incompatible
16
+ github.com/docker/docker v20.10.13 +incompatible
17
17
github.com/docker/go-connections v0.4.0
18
18
github.com/docker/go-units v0.4.0
19
19
github.com/golang/mock v1.6.0
@@ -41,20 +41,20 @@ require (
41
41
require (
42
42
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
43
43
github.com/Masterminds/semver v1.5.0 // indirect
44
- github.com/Microsoft/go-winio v0.5.1 // indirect
44
+ github.com/Microsoft/go-winio v0.5.2 // indirect
45
45
github.com/beorn7/perks v1.0.1 // indirect
46
46
github.com/cespare/xxhash/v2 v2.1.2 // indirect
47
- github.com/cnabio/cnab-go v0.10.0-beta1 // indirect
47
+ github.com/cnabio/cnab-go v0.23.1 // indirect
48
48
github.com/containerd/continuity v0.2.2 // indirect
49
49
github.com/containerd/ttrpc v1.1.0 // indirect
50
50
github.com/containerd/typeurl v1.0.2 // indirect
51
51
github.com/davecgh/go-spew v1.1.1 // indirect
52
- github.com/docker/distribution v2.8.0 +incompatible // indirect
52
+ github.com/docker/distribution v2.8.1 +incompatible // indirect
53
53
github.com/docker/docker-credential-helpers v0.6.4 // indirect
54
54
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
55
55
github.com/docker/go-metrics v0.0.1 // indirect
56
56
github.com/felixge/httpsnoop v1.0.2 // indirect
57
- github.com/fvbommel/sortorder v1.0.1 // indirect
57
+ github.com/fvbommel/sortorder v1.0.2 // indirect
58
58
github.com/go-logr/logr v1.2.2 // indirect
59
59
github.com/go-logr/stdr v1.2.2 // indirect
60
60
github.com/gofrs/flock v0.8.0 // indirect
@@ -72,7 +72,7 @@ require (
72
72
github.com/inconshreveable/mousetrap v1.0.0 // indirect
73
73
github.com/json-iterator/go v1.1.12 // indirect
74
74
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
75
- github.com/klauspost/compress v1.15.0 // indirect
75
+ github.com/klauspost/compress v1.15.1 // indirect
76
76
github.com/mattn/go-colorable v0.1.12 // indirect
77
77
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
78
78
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
@@ -90,9 +90,8 @@ require (
90
90
github.com/prometheus/client_model v0.2.0 // indirect
91
91
github.com/prometheus/common v0.32.1 // indirect
92
92
github.com/prometheus/procfs v0.7.3 // indirect
93
- github.com/qri-io/jsonpointer v0.1.0 // indirect
94
- github.com/qri-io/jsonschema v0.1.1 // indirect
95
- github.com/sergi/go-diff v1.1.0 // indirect
93
+ github.com/qri-io/jsonpointer v0.1.1 // indirect
94
+ github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
96
95
github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 // indirect
97
96
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
98
97
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
@@ -110,15 +109,15 @@ require (
110
109
go.opentelemetry.io/otel/trace v1.4.1 // indirect
111
110
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
112
111
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
113
- golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
112
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
114
113
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
115
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
116
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
114
+ golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
115
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
117
116
golang.org/x/text v0.3.7 // indirect
118
117
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
119
118
google.golang.org/appengine v1.6.7 // indirect
120
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
121
- google.golang.org/grpc v1.44 .0 // indirect
119
+ google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
120
+ google.golang.org/grpc v1.45 .0 // indirect
122
121
google.golang.org/protobuf v1.27.1 // indirect
123
122
gopkg.in/inf.v0 v0.9.1 // indirect
124
123
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -131,6 +130,12 @@ require (
131
130
sigs.k8s.io/yaml v1.2.0 // indirect
132
131
)
133
132
133
+ require (
134
+ github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 // indirect
135
+ github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c // indirect
136
+ github.com/zmap/zlint v1.1.0 // indirect
137
+ )
138
+
134
139
replace (
135
140
github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
136
141
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
0 commit comments