Skip to content

Commit ff2c8da

Browse files
committed
vendor: github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
full diff: tonistiigi/fsutil@9e7a6df...36ef4d8 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e094296 commit ff2c8da

7 files changed

Lines changed: 31 additions & 13 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ require (
138138
github.com/shibumi/go-pathspec v1.3.0 // indirect
139139
github.com/spf13/viper v1.14.0 // indirect
140140
github.com/theupdateframework/notary v0.6.1 // indirect
141-
github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576 // indirect
141+
github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb // indirect
142142
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
143143
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
144144
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
481481
github.com/subosito/gotenv v1.4.1 h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs=
482482
github.com/theupdateframework/notary v0.6.1 h1:7wshjstgS9x9F5LuB1L5mBI2xNMObWqjz+cjWoom6l0=
483483
github.com/theupdateframework/notary v0.6.1/go.mod h1:MOfgIfmox8s7/7fduvB2xyPPMJCrjRLRizA8OFwpnKY=
484-
github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576 h1:fZXPQDVh5fm2x7pA0CH1TtH80tiZ0L7i834kZqZN8Pw=
485-
github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576/go.mod h1:q1CxMSzcAbjUkVGHoZeQUcCaALnaE4XdWk+zJcgMYFw=
484+
github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb h1:uUe8rNyVXM8moActoBol6Xf6xX2GMr7SosR2EywMvGg=
485+
github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb/go.mod h1:SxX/oNQ/ag6Vaoli547ipFK9J7BZn5JqJG0JE8lf8bA=
486486
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=
487487
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea/go.mod h1:WPnis/6cRcDZSUvVmezrxJPkiO87ThFYsoUiMwWNDJk=
488488
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f h1:DLpt6B5oaaS8jyXHa9VA4rrZloBVPVXeCtrOsrFauxc=

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/diskwriter.go

Lines changed: 4 additions & 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: 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/walker.go

Lines changed: 20 additions & 5 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
@@ -680,8 +680,8 @@ github.com/theupdateframework/notary/tuf/data
680680
github.com/theupdateframework/notary/tuf/signed
681681
github.com/theupdateframework/notary/tuf/utils
682682
github.com/theupdateframework/notary/tuf/validation
683-
# github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576
684-
## explicit; go 1.18
683+
# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
684+
## explicit; go 1.19
685685
github.com/tonistiigi/fsutil
686686
github.com/tonistiigi/fsutil/types
687687
# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea

0 commit comments

Comments
 (0)