Skip to content

Commit 2a78bd3

Browse files
authored
Merge pull request moby#5149 from tonistiigi/update-gocsvvalue
vendor: update go-csvvalue to ddb21b71
2 parents e38c064 + fcb9a53 commit 2a78bd3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c
7373
github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6
7474
github.com/tonistiigi/go-archvariant v1.0.0
75-
github.com/tonistiigi/go-csvvalue v0.0.0-20240619222358-bb8dd5cba3c2
75+
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
7676
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
7777
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
7878
github.com/urfave/cli v1.22.15

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6 h1:XFG
388388
github.com/tonistiigi/go-actions-cache v0.0.0-20240327122527-58651d5e11d6/go.mod h1:anhKd3mnC1shAbQj1Q4IJ+w6xqezxnyDYlx/yKa7IXM=
389389
github.com/tonistiigi/go-archvariant v1.0.0 h1:5LC1eDWiBNflnTF1prCiX09yfNHIxDC/aukdhCdTyb0=
390390
github.com/tonistiigi/go-archvariant v1.0.0/go.mod h1:TxFmO5VS6vMq2kvs3ht04iPXtu2rUT/erOnGFYfk5Ho=
391-
github.com/tonistiigi/go-csvvalue v0.0.0-20240619222358-bb8dd5cba3c2 h1:4dXTcm/McJMoXXFhqr+4rNL4WkLqMoHkdMhT4nU0Z28=
392-
github.com/tonistiigi/go-csvvalue v0.0.0-20240619222358-bb8dd5cba3c2/go.mod h1:278M4p8WsNh3n4a1eqiFcV2FGk7wE5fwUpUom9mK9lE=
391+
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 h1:7I5c2Ig/5FgqkYOh/N87NzoyI9U15qUPXhDD8uCupv8=
392+
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4/go.mod h1:278M4p8WsNh3n4a1eqiFcV2FGk7wE5fwUpUom9mK9lE=
393393
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=
394394
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea/go.mod h1:WPnis/6cRcDZSUvVmezrxJPkiO87ThFYsoUiMwWNDJk=
395395
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab h1:H6aJ0yKQ0gF49Qb2z5hI1UHxSQt4JMyxebFR15KnApw=

vendor/github.com/tonistiigi/go-csvvalue/csvvalue.go

Lines changed: 1 addition & 0 deletions
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
@@ -775,7 +775,7 @@ github.com/tonistiigi/go-actions-cache
775775
# github.com/tonistiigi/go-archvariant v1.0.0
776776
## explicit; go 1.17
777777
github.com/tonistiigi/go-archvariant
778-
# github.com/tonistiigi/go-csvvalue v0.0.0-20240619222358-bb8dd5cba3c2
778+
# github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
779779
## explicit; go 1.16
780780
github.com/tonistiigi/go-csvvalue
781781
# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea

0 commit comments

Comments
 (0)