Skip to content

Commit 30091c1

Browse files
committed
update to e5092534a80b99c57371e3e11b178fecffc9c0cd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ae768a7 commit 30091c1

6 files changed

Lines changed: 52 additions & 33 deletions

File tree

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tool (
1212
)
1313

1414
// FIXME(thaJeztah): testing https://github.com/moby/go-archive/pull/45
15-
replace github.com/moby/go-archive => github.com/ctalledo/go-archive v0.2.1-0.20260716171756-df2ce6219bdc
15+
replace github.com/moby/go-archive => github.com/ctalledo/go-archive v0.2.1-0.20260717120134-e5092534a80b
1616

1717
require (
1818
dario.cat/mergo v1.0.2

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3
3131
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
3232
github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s=
3333
github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=
34-
github.com/ctalledo/go-archive v0.2.1-0.20260716171756-df2ce6219bdc h1:MEQg/nICbusB9kvrXFuhn9Q7ZNsKoYK7ss7NkgVvS/4=
35-
github.com/ctalledo/go-archive v0.2.1-0.20260716171756-df2ce6219bdc/go.mod h1:M+VLaXxS7DSgrQxxhQKGCuT9Wki/pa1hzMgU3VLQeHQ=
34+
github.com/ctalledo/go-archive v0.2.1-0.20260717120134-e5092534a80b h1:LL1tcJCM/0R0YEoqIL2nGvCuLGTfwBozAzBOlB6ECnQ=
35+
github.com/ctalledo/go-archive v0.2.1-0.20260717120134-e5092534a80b/go.mod h1:M+VLaXxS7DSgrQxxhQKGCuT9Wki/pa1hzMgU3VLQeHQ=
3636
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3737
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3838
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

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

Lines changed: 18 additions & 8 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/diff.go

Lines changed: 24 additions & 17 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/time_nonwindows.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
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.2.1-0.20260716170833-91b7e546daf2 => github.com/ctalledo/go-archive v0.2.1-0.20260716171756-df2ce6219bdc
165+
# github.com/moby/go-archive v0.2.1-0.20260716170833-91b7e546daf2 => github.com/ctalledo/go-archive v0.2.1-0.20260717120134-e5092534a80b
166166
## explicit; go 1.25
167167
github.com/moby/go-archive
168168
github.com/moby/go-archive/compression
@@ -565,4 +565,4 @@ gotest.tools/v3/skip
565565
# tags.cncf.io/container-device-interface v1.1.0
566566
## explicit; go 1.21
567567
tags.cncf.io/container-device-interface/pkg/parser
568-
# github.com/moby/go-archive => github.com/ctalledo/go-archive v0.2.1-0.20260716171756-df2ce6219bdc
568+
# github.com/moby/go-archive => github.com/ctalledo/go-archive v0.2.1-0.20260717120134-e5092534a80b

0 commit comments

Comments
 (0)