Skip to content

Commit 63c6937

Browse files
committed
WIP: Replace osbuild-images with PR #1526
This makes us able to use the new API changes from osbuild/images#1526
1 parent 1cb0ba4 commit 63c6937

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bib/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,5 @@ require (
131131
google.golang.org/protobuf v1.36.5 // indirect
132132
gopkg.in/ini.v1 v1.67.0 // indirect
133133
)
134+
135+
replace github.com/osbuild/images => github.com/alexlarsson/osbuild-images v0.0.0-20250516075741-d7bf6ecdc97a

bib/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1o
1616
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
1717
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
1818
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
19+
github.com/alexlarsson/osbuild-images v0.0.0-20250516075741-d7bf6ecdc97a h1:bIMAaGr9K8uJaliXAuPsWYvfnPMQK0ujKvx7pK1eCZA=
20+
github.com/alexlarsson/osbuild-images v0.0.0-20250516075741-d7bf6ecdc97a/go.mod h1:jY21PhkxIozII4M0xCqZL7poLtFwDJlEGj88pb3lalQ=
1921
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
2022
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
2123
github.com/aws/aws-sdk-go v1.55.7 h1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE=

0 commit comments

Comments
 (0)