@@ -10,7 +10,7 @@ require (
10
10
github.com/containerd/console v1.0.3
11
11
github.com/containerd/containerd v1.6.1
12
12
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
13
- github.com/docker/buildx v0.8.0 // when updating, also update the replace rules accordingly
13
+ github.com/docker/buildx v0.8.1 // when updating, also update the replace rules accordingly
14
14
github.com/docker/cli v20.10.12+incompatible
15
15
github.com/docker/cli-docs-tool v0.4.0
16
16
github.com/docker/docker v20.10.7+incompatible
@@ -94,7 +94,7 @@ require (
94
94
github.com/qri-io/jsonpointer v0.1.0 // indirect
95
95
github.com/qri-io/jsonschema v0.1.1 // indirect
96
96
github.com/sergi/go-diff v1.1.0 // indirect
97
- github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274 // indirect
97
+ github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 // indirect
98
98
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
99
99
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
100
100
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -140,7 +140,7 @@ replace (
140
140
// upgraded to the version specified in containerd, which is not relevant to the
141
141
// version needed.
142
142
// See https://github.com/docker/buildx/pull/948 for details.
143
- // https://github.com/docker/buildx/blob/v0.8.0 /go.mod#L62-L64
143
+ // https://github.com/docker/buildx/blob/v0.8.1 /go.mod#L62-L64
144
144
k8s.io/api => k8s.io/api v0.22.4
145
145
k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
146
146
k8s.io/client-go => k8s.io/client-go v0.22.4
0 commit comments