Skip to content

Commit e043f36

Browse files
Update containerd (#577)
1 parent d77a91e commit e043f36

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

NOTICE.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5274,11 +5274,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52745274

52755275
--------------------------------------------------------------------------------
52765276
Dependency : golang.org/x/sys
5277-
Version: v0.0.0-20220405052023-b1e9470b6e64
5277+
Version: v0.0.0-20220412211240-33da011f77ad
52785278
Licence type (autodetected): BSD-3-Clause
52795279
--------------------------------------------------------------------------------
52805280

5281-
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]20220405052023-b1e9470b6e64/LICENSE:
5281+
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]20220412211240-33da011f77ad/LICENSE:
52825282

52835283
Copyright (c) 2009 The Go Authors. All rights reserved.
52845284

@@ -7110,11 +7110,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
71107110

71117111
--------------------------------------------------------------------------------
71127112
Dependency : github.com/containerd/containerd
7113-
Version: v1.5.10
7113+
Version: v1.5.13
71147114
Licence type (autodetected): Apache-2.0
71157115
--------------------------------------------------------------------------------
71167116

7117-
Contents of probable licence file $GOMODCACHE/github.com/containerd/[email protected].10/LICENSE:
7117+
Contents of probable licence file $GOMODCACHE/github.com/containerd/[email protected].13/LICENSE:
71187118

71197119

71207120
Apache License
@@ -15120,11 +15120,11 @@ THE SOFTWARE.
1512015120

1512115121
--------------------------------------------------------------------------------
1512215122
Dependency : go.uber.org/goleak
15123-
Version: v1.1.11
15123+
Version: v1.1.12
1512415124
Licence type (autodetected): MIT
1512515125
--------------------------------------------------------------------------------
1512615126

15127-
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].11/LICENSE:
15127+
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].12/LICENSE:
1512815128

1512915129
The MIT License (MIT)
1513015130

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
4848
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
4949
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
50-
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64
50+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
5151
golang.org/x/tools v0.1.9
5252
google.golang.org/grpc v1.42.0
5353
google.golang.org/protobuf v1.27.1
@@ -65,7 +65,7 @@ require (
6565
github.com/armon/go-radix v1.0.0 // indirect
6666
github.com/cavaliercoder/badio v0.0.0-20160213150051-ce5280129e9e // indirect
6767
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
68-
github.com/containerd/containerd v1.5.10 // indirect
68+
github.com/containerd/containerd v1.5.13 // indirect
6969
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
7070
github.com/davecgh/go-spew v1.1.1 // indirect
7171
github.com/dnephin/pflag v1.0.7 // indirect
@@ -119,6 +119,7 @@ require (
119119
go.elastic.co/apm/v2 v2.0.0 // indirect
120120
go.elastic.co/fastjson v1.1.0 // indirect
121121
go.uber.org/atomic v1.9.0 // indirect
122+
go.uber.org/goleak v1.1.12 // indirect
122123
go.uber.org/multierr v1.8.0 // indirect
123124
golang.org/x/mod v0.5.1 // indirect
124125
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect

go.sum

+8-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ github.com/Microsoft/hcsshim v0.8.14/go.mod h1:NtVKoYxQuTLx6gEq0L96c9Ju4JbRJ4nY2
9292
github.com/Microsoft/hcsshim v0.8.15/go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00=
9393
github.com/Microsoft/hcsshim v0.8.16/go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600=
9494
github.com/Microsoft/hcsshim v0.8.21/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4=
95-
github.com/Microsoft/hcsshim v0.8.23/go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg=
95+
github.com/Microsoft/hcsshim v0.8.24/go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg=
9696
github.com/Microsoft/hcsshim/test v0.0.0-20201218223536-d3e5debf77da/go.mod h1:5hlzMzRKMLyo42nCZ9oml8AdTlq/0cvIaBv6tK1RehU=
9797
github.com/Microsoft/hcsshim/test v0.0.0-20210227013316-43a75bb4edd3/go.mod h1:mw7qgWloBUl75W/gVH3cQszUg1+gUITj7D6NY7ywVnY=
9898
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
@@ -229,6 +229,7 @@ github.com/containerd/cgroups v0.0.0-20200710171044-318312a37340/go.mod h1:s5q4S
229229
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102/go.mod h1:s5q4SojHctfxANBDvMeIaIovkq29IP48TKAxnhYRxvo=
230230
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68/go.mod h1:ZJeTFisyysqgcCdecO57Dj79RfL0LNeGiFUqLYQRYLE=
231231
github.com/containerd/cgroups v1.0.1/go.mod h1:0SJrPIenamHDcZhEcJMNBB85rHcUsw4f25ZfBiPYRkU=
232+
github.com/containerd/cgroups v1.0.3/go.mod h1:/ofk34relqNjSGyqPrmEULrO4Sc8LJhvJmWbUCUKqj8=
232233
github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw=
233234
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw=
234235
github.com/containerd/console v0.0.0-20191206165004-02ecf6a7291e/go.mod h1:8Pf4gM6VEbTNRIT26AyyU7hxdQU3MvAvxVI0sc00XBE=
@@ -250,8 +251,8 @@ github.com/containerd/containerd v1.5.0-rc.0/go.mod h1:V/IXoMqNGgBlabz3tHD2TWDoT
250251
github.com/containerd/containerd v1.5.1/go.mod h1:0DOxVqwDy2iZvrZp2JUx/E+hS0UNTVn7dJnIOwtYR4g=
251252
github.com/containerd/containerd v1.5.2/go.mod h1:0DOxVqwDy2iZvrZp2JUx/E+hS0UNTVn7dJnIOwtYR4g=
252253
github.com/containerd/containerd v1.5.7/go.mod h1:gyvv6+ugqY25TiXxcZC3L5yOeYgEw0QMhscqVp1AR9c=
253-
github.com/containerd/containerd v1.5.10 h1:3cQ2uRVCkJVcx5VombsE7105Gl9Wrl7ORAO3+4+ogf4=
254-
github.com/containerd/containerd v1.5.10/go.mod h1:fvQqCfadDGga5HZyn3j4+dx56qj2I9YwBrlSdalvJYQ=
254+
github.com/containerd/containerd v1.5.13 h1:XqvKw9i4P7/mFrC3TSM7yV5cwFZ9avXe6M3YANKnzEE=
255+
github.com/containerd/containerd v1.5.13/go.mod h1:3AlCrzKROjIuP3JALsY14n8YtntaUDBu7vek+rPN5Vc=
255256
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
256257
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
257258
github.com/containerd/continuity v0.0.0-20191127005431-f65d91d395eb/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
@@ -1260,8 +1261,9 @@ go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
12601261
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
12611262
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
12621263
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
1263-
go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI=
12641264
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
1265+
go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA=
1266+
go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
12651267
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
12661268
go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4=
12671269
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
@@ -1562,8 +1564,9 @@ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBc
15621564
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
15631565
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
15641566
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1565-
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 h1:D1v9ucDTYBtbz5vNuBbAhIMAGhQhJ6Ym5ah3maMVNX4=
15661567
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1568+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0=
1569+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
15671570
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
15681571
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
15691572
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

0 commit comments

Comments
 (0)