Skip to content

Commit f581942

Browse files
authored
Merge pull request #1929 from jedevc/vendor-vt100-update
2 parents 1602b49 + 86a5c77 commit f581942

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ require (
140140
github.com/theupdateframework/notary v0.6.1 // indirect
141141
github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576 // indirect
142142
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
143-
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
143+
github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 // indirect
144144
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
145145
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
146146
github.com/xeipuuv/gojsonschema v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576 h1:fZXPQDVh5fm2x
488488
github.com/tonistiigi/fsutil v0.0.0-20230407161946-9e7a6df48576/go.mod h1:q1CxMSzcAbjUkVGHoZeQUcCaALnaE4XdWk+zJcgMYFw=
489489
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=
490490
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea/go.mod h1:WPnis/6cRcDZSUvVmezrxJPkiO87ThFYsoUiMwWNDJk=
491-
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f h1:DLpt6B5oaaS8jyXHa9VA4rrZloBVPVXeCtrOsrFauxc=
492-
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f/go.mod h1:ulncasL3N9uLrVann0m+CDlJKWsIAP34MPcOJF6VRvc=
491+
github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 h1:Y/M5lygoNPKwVNLMPXgVfsRT40CSFKXCxuU8LoHySjs=
492+
github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531/go.mod h1:ulncasL3N9uLrVann0m+CDlJKWsIAP34MPcOJF6VRvc=
493493
github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlIME=
494494
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
495495
github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4=

vendor/github.com/tonistiigi/vt100/vt100.go

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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ github.com/tonistiigi/fsutil/types
692692
# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
693693
## explicit
694694
github.com/tonistiigi/units
695-
# github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
695+
# github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531
696696
## explicit; go 1.12
697697
github.com/tonistiigi/vt100
698698
# github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f

0 commit comments

Comments
 (0)