Skip to content

Commit 3ce8f1d

Browse files
committed
vendor: github.com/moby/go-archive v0.2.0
- remove aliases for deprecated types and functions - chrootarchive: remove redundant "init" mitigation for CVE-2019-14271 - xattr: Fix OS matching full diff: moby/go-archive@v0.1.0...v0.2.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d20f30c commit 3ce8f1d

File tree

5 files changed

+5
-45
lines changed

5 files changed

+5
-45
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2828
github.com/google/uuid v1.6.0
2929
github.com/mattn/go-runewidth v0.0.19
30-
github.com/moby/go-archive v0.1.0
30+
github.com/moby/go-archive v0.2.0
3131
github.com/moby/moby/api v1.53.0-rc.1
3232
github.com/moby/moby/client v0.2.2-rc.1
3333
github.com/moby/patternmatcher v0.6.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhg
111111
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
112112
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
113113
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
114-
github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
115-
github.com/moby/go-archive v0.1.0/go.mod h1:G9B+YoujNohJmrIYFBpSd54GTUB4lt9S+xVQvsJyFuo=
114+
github.com/moby/go-archive v0.2.0 h1:zg5QDUM2mi0JIM9fdQZWC7U8+2ZfixfTYoHL7rWUcP8=
115+
github.com/moby/go-archive v0.2.0/go.mod h1:mNeivT14o8xU+5q1YnNrkQVpK+dnNe/K6fHqnTg4qPU=
116116
github.com/moby/moby/api v1.53.0-rc.1 h1:M5SUwRbTrNy+plCTiV6gn4ZiN/Csynk0imIsUmOgHGI=
117117
github.com/moby/moby/api v1.53.0-rc.1/go.mod h1:8mb+ReTlisw4pS6BRzCMts5M49W5M7bKt1cJy/YbAqc=
118118
github.com/moby/moby/client v0.2.2-rc.1 h1:Ah2bPvdR3ZzHK+AvZeyLMyHHfEHifYlAyuWY33dLIno=

vendor/github.com/moby/go-archive/archive.go

Lines changed: 0 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/go-archive/xattr_supported_unix.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ github.com/mattn/go-runewidth
162162
# github.com/moby/docker-image-spec v1.3.1
163163
## explicit; go 1.18
164164
github.com/moby/docker-image-spec/specs-go/v1
165-
# github.com/moby/go-archive v0.1.0
165+
# github.com/moby/go-archive v0.2.0
166166
## explicit; go 1.23.0
167167
github.com/moby/go-archive
168168
github.com/moby/go-archive/compression

0 commit comments

Comments
 (0)