@@ -45,11 +45,11 @@ require (
45
45
github.com/tidwall/gjson v1.14.1
46
46
github.com/vishvananda/netlink v1.2.0-beta
47
47
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
48
- golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
49
- golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
50
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
51
- golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
52
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
48
+ golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
49
+ golang.org/x/net v0.0.0-20220516133312-45b265872317
50
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
51
+ golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
52
+ golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
53
53
gopkg.in/yaml.v2 v2.4.0
54
54
gotest.tools/v3 v3.2.0
55
55
)
@@ -78,7 +78,7 @@ require (
78
78
github.com/gogo/protobuf v1.3.2 // indirect
79
79
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
80
80
github.com/golang/protobuf v1.5.2 // indirect
81
- github.com/google/go-cmp v0.5.6 // indirect
81
+ github.com/google/go-cmp v0.5.8 // indirect
82
82
github.com/google/uuid v1.3.0 // indirect
83
83
github.com/gorilla/mux v1.8.0 // indirect
84
84
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -124,7 +124,7 @@ require (
124
124
github.com/moby/locker v1.0.1 // indirect
125
125
github.com/moby/sys/mountinfo v0.6.1 // indirect
126
126
github.com/moby/sys/signal v0.7.0 // indirect
127
- github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
127
+ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
128
128
github.com/morikuni/aec v1.0.0 // indirect
129
129
github.com/mr-tron/base58 v1.2.0 // indirect
130
130
github.com/multiformats/go-base32 v0.0.3 // indirect
@@ -133,7 +133,7 @@ require (
133
133
github.com/multiformats/go-multicodec v0.4.1 // indirect
134
134
github.com/multiformats/go-multihash v0.0.15 // indirect
135
135
github.com/multiformats/go-varint v0.0.6 // indirect
136
- github.com/opencontainers/runc v1.1.1 // indirect
136
+ github.com/opencontainers/runc v1.1.2 // indirect
137
137
github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e // indirect
138
138
github.com/opencontainers/selinux v1.10.1 // indirect
139
139
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -160,7 +160,7 @@ require (
160
160
go.opencensus.io v0.23.0 // indirect
161
161
go.uber.org/atomic v1.7.0 // indirect
162
162
go.uber.org/multierr v1.7.0 // indirect
163
- go.uber.org/zap v1.17 .0 // indirect
163
+ go.uber.org/zap v1.19 .0 // indirect
164
164
golang.org/x/text v0.3.7 // indirect
165
165
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
166
166
google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46 // indirect
@@ -172,10 +172,9 @@ require (
172
172
173
173
replace (
174
174
// containerd main
175
- github.com/containerd/containerd => github.com/containerd/containerd v1.6.1-0.20220505233216-459179360a6b
175
+ github.com/containerd/containerd => github.com/containerd/containerd v1.6.1-0.20220514185319-e217c83e8c4d
176
176
// Temporary fork for avoiding importing patent-protected code: https://github.com/hashicorp/golang-lru/issues/73
177
177
github.com/hashicorp/golang-lru => github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
178
-
179
178
// Temporary fork lumberjack to support Maxbytes before releasing V3.0: https://github.com/natefinch/lumberjack/pull/132)
180
179
github.com/natefinch/lumberjack => github.com/fahedouch/lumberjack v0.0.0-20220505103556-d3f93c511b35
181
180
)
0 commit comments