Skip to content

Commit 49e81be

Browse files
authored
Merge pull request moby#3461 from tonistiigi/update-fsutil-230105
vendor: update fsutil to fb43384
2 parents ba01b54 + b3a430c commit 49e81be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/sirupsen/logrus v1.9.0
6262
github.com/spdx/tools-golang v0.3.1-0.20230104082527-d6f58551be3f
6363
github.com/stretchr/testify v1.8.0
64-
github.com/tonistiigi/fsutil v0.0.0-20221114235510-0127568185cf
64+
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
6565
github.com/tonistiigi/go-actions-cache v0.0.0-20220404170428-0bdeb6e1eac7
6666
github.com/tonistiigi/go-archvariant v1.0.0
6767
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1
13791379
github.com/tommy-muehle/go-mnd v1.1.1/go.mod h1:dSUh0FtTP8VhvkL1S+gUR1OKd9ZnSaozuI6r3m6wOig=
13801380
github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa/go.mod h1:dSUh0FtTP8VhvkL1S+gUR1OKd9ZnSaozuI6r3m6wOig=
13811381
github.com/tonistiigi/fsutil v0.0.0-20201103201449-0834f99b7b85/go.mod h1:a7cilN64dG941IOXfhJhlH0qB92hxJ9A1ewrdUmJ6xo=
1382-
github.com/tonistiigi/fsutil v0.0.0-20221114235510-0127568185cf h1:2n2v98sRhXEG0Kh7+EvctaNIyOim36Ekp4pGDzbuvO8=
1383-
github.com/tonistiigi/fsutil v0.0.0-20221114235510-0127568185cf/go.mod h1:AvLEd1LEIl64G2Jpgwo7aVV5lGH0ePcKl0ygGIHNYl8=
1382+
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa h1:XOFp/3aBXlqmOFAg3r6e0qQjPnK5I970LilqX+Is1W8=
1383+
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa/go.mod h1:AvLEd1LEIl64G2Jpgwo7aVV5lGH0ePcKl0ygGIHNYl8=
13841384
github.com/tonistiigi/go-actions-cache v0.0.0-20220404170428-0bdeb6e1eac7 h1:8eY6m1mjgyB8XySUR7WvebTM8D/Vs86jLJzD/Tw7zkc=
13851385
github.com/tonistiigi/go-actions-cache v0.0.0-20220404170428-0bdeb6e1eac7/go.mod h1:qqvyZqkfwkoJuPU/bw61bItaoO0SJ8YSW0vSVRRvsRg=
13861386
github.com/tonistiigi/go-archvariant v1.0.0 h1:5LC1eDWiBNflnTF1prCiX09yfNHIxDC/aukdhCdTyb0=

vendor/github.com/tonistiigi/fsutil/send.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
@@ -676,7 +676,7 @@ github.com/spdx/tools-golang/spdx/v2_3
676676
## explicit; go 1.13
677677
github.com/stretchr/testify/assert
678678
github.com/stretchr/testify/require
679-
# github.com/tonistiigi/fsutil v0.0.0-20221114235510-0127568185cf
679+
# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
680680
## explicit; go 1.18
681681
github.com/tonistiigi/fsutil
682682
github.com/tonistiigi/fsutil/copy

0 commit comments

Comments
 (0)