Skip to content

Commit 3a6f909

Browse files
Merge pull request #553 from containers/dependabot/go_modules/github.com/coreos/stream-metadata-go-0.4.10
build(deps): bump github.com/coreos/stream-metadata-go from 0.4.9 to 0.4.10
2 parents e9db300 + 41e7dc3 commit 3a6f909

File tree

6 files changed

+69
-9
lines changed

6 files changed

+69
-9
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Microsoft/go-winio v0.6.2
77
github.com/apparentlymart/go-cidr v1.1.0
88
github.com/containers/winquit v1.1.0
9-
github.com/coreos/stream-metadata-go v0.4.9
9+
github.com/coreos/stream-metadata-go v0.4.10
1010
github.com/dustin/go-humanize v1.0.1
1111
github.com/google/gopacket v1.1.19
1212
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9
@@ -26,6 +26,7 @@ require (
2626
golang.org/x/mod v0.28.0
2727
golang.org/x/sync v0.17.0
2828
golang.org/x/sys v0.36.0
29+
gopkg.in/yaml.v3 v3.0.1
2930
gvisor.dev/gvisor v0.0.0-20240916094835-a174eb65023f
3031
)
3132

@@ -46,5 +47,4 @@ require (
4647
golang.org/x/time v0.5.0 // indirect
4748
golang.org/x/tools v0.36.0 // indirect
4849
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
49-
gopkg.in/yaml.v3 v3.0.1 // indirect
5050
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4t
66
github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc=
77
github.com/containers/winquit v1.1.0 h1:jArun04BNDQvt2W0Y78kh9TazN2EIEMG5Im6/JY7+pE=
88
github.com/containers/winquit v1.1.0/go.mod h1:PsPeZlnbkmGGIToMPHF1zhWjBUkd8aHjMOr/vFcPxw8=
9-
github.com/coreos/stream-metadata-go v0.4.9 h1:7EHsEYr0/oEJZumWc4b7+2KxD5PXy43esipOII2+JVk=
10-
github.com/coreos/stream-metadata-go v0.4.9/go.mod h1:fMObQqQm8Ku91G04btKzEH3AsdP1mrAb986z9aaK0tE=
9+
github.com/coreos/stream-metadata-go v0.4.10 h1:PlZjbJF94cCeCAHwkeBOrLhdT36qq1O8RdJ/auFa7DI=
10+
github.com/coreos/stream-metadata-go v0.4.10/go.mod h1:dTE8UEFgyUcrbdUg7vGT3uIP7S8a1IwUlmWLKlOp8G8=
1111
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1313
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/github.com/coreos/stream-metadata-go/fedoracoreos/fcos.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/coreos/stream-metadata-go/stream/artifact_utils.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/coreos/stream-metadata-go/stream/rhcos/rhcos.go

Lines changed: 56 additions & 2 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
@@ -12,7 +12,7 @@ github.com/apparentlymart/go-cidr/cidr
1212
## explicit; go 1.19
1313
github.com/containers/winquit/pkg/winquit
1414
github.com/containers/winquit/pkg/winquit/win32
15-
# github.com/coreos/stream-metadata-go v0.4.9
15+
# github.com/coreos/stream-metadata-go v0.4.10
1616
## explicit; go 1.18
1717
github.com/coreos/stream-metadata-go/fedoracoreos
1818
github.com/coreos/stream-metadata-go/fedoracoreos/internals

0 commit comments

Comments
 (0)