Skip to content

Commit c18d237

Browse files
authored
Merge pull request moby#5649 from tonistiigi/update-fsutil-b14e27f4
vendor: update fsutil to b14e27f4
2 parents 9eef9d7 + eaa3a8a commit c18d237

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/spdx/tools-golang v0.5.3
7272
github.com/stretchr/testify v1.9.0
7373
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
74-
github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184
74+
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
7575
github.com/tonistiigi/go-actions-cache v0.0.0-20241210095730-017636a73805
7676
github.com/tonistiigi/go-archvariant v1.0.0
7777
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtse
384384
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
385385
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 h1:eUk79E1w8yMtXeHSzjKorxuC8qJOnyXQnLaJehxpJaI=
386386
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205/go.mod h1:3Iuxbr0P7D3zUzBMAZB+ois3h/et0shEz0qApgHYGpY=
387-
github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184 h1:RgyoSI38Y36zjQaszel/0RAcIehAnjA1B0RiUV9SDO4=
388-
github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184/go.mod h1:Dl/9oEjK7IqnjAm21Okx/XIxUCFJzvh+XdVHUlBwXTw=
387+
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a h1:EfGw4G0x/8qXWgtcZ6KVaPS+wpWOQMaypczzP8ojkMY=
388+
github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a/go.mod h1:Dl/9oEjK7IqnjAm21Okx/XIxUCFJzvh+XdVHUlBwXTw=
389389
github.com/tonistiigi/go-actions-cache v0.0.0-20241210095730-017636a73805 h1:l2x1Ubj8f5xhPzZI428ZQ6+BDafGovpdk2ITnD3twTw=
390390
github.com/tonistiigi/go-actions-cache v0.0.0-20241210095730-017636a73805/go.mod h1:xsu+XeKT9piH/5f9Y1Zsv5krQqI34CWkIusbs5027IM=
391391
github.com/tonistiigi/go-archvariant v1.0.0 h1:5LC1eDWiBNflnTF1prCiX09yfNHIxDC/aukdhCdTyb0=

vendor/github.com/tonistiigi/fsutil/Dockerfile

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/github.com/tonistiigi/fsutil/docker-bake.hcl

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

vendor/github.com/tonistiigi/fsutil/filter.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
@@ -786,7 +786,7 @@ github.com/syndtr/gocapability/capability
786786
# github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
787787
## explicit; go 1.21
788788
github.com/tonistiigi/dchapes-mode
789-
# github.com/tonistiigi/fsutil v0.0.0-20241121093142-31cf1f437184
789+
# github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
790790
## explicit; go 1.21
791791
github.com/tonistiigi/fsutil
792792
github.com/tonistiigi/fsutil/copy

0 commit comments

Comments
 (0)