Skip to content

Commit cf66f4e

Browse files
committed
fixup! run go mod edit -replace github.com/osbuild/images=github.com/mvo5/images@bootc-rpm-installer
1 parent 29eaa41 commit cf66f4e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

bib/go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ toolchain go1.24.6
66

77
require (
88
github.com/cheggaaa/pb/v3 v3.1.7
9-
github.com/hashicorp/go-version v1.7.0
109
github.com/osbuild/blueprint v1.16.0
1110
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521
1211
github.com/osbuild/images v0.209.0
@@ -15,7 +14,6 @@ require (
1514
github.com/spf13/pflag v1.0.10
1615
github.com/stretchr/testify v1.11.1
1716
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
18-
gopkg.in/yaml.v3 v3.0.1
1917
)
2018

2119
require (
@@ -80,6 +78,7 @@ require (
8078
github.com/gorilla/mux v1.8.1 // indirect
8179
github.com/hashicorp/errwrap v1.1.0 // indirect
8280
github.com/hashicorp/go-multierror v1.1.1 // indirect
81+
github.com/hashicorp/go-version v1.7.0 // indirect
8382
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8483
github.com/json-iterator/go v1.1.12 // indirect
8584
github.com/klauspost/compress v1.18.0 // indirect
@@ -123,6 +122,7 @@ require (
123122
go.opentelemetry.io/otel v1.36.0 // indirect
124123
go.opentelemetry.io/otel/metric v1.36.0 // indirect
125124
go.opentelemetry.io/otel/trace v1.36.0 // indirect
125+
go.yaml.in/yaml/v3 v3.0.3 // indirect
126126
golang.org/x/crypto v0.41.0 // indirect
127127
golang.org/x/net v0.43.0 // indirect
128128
golang.org/x/sync v0.17.0 // indirect
@@ -134,4 +134,7 @@ require (
134134
google.golang.org/grpc v1.74.2 // indirect
135135
google.golang.org/protobuf v1.36.10 // indirect
136136
gopkg.in/ini.v1 v1.67.0 // indirect
137+
gopkg.in/yaml.v3 v3.0.1 // indirect
137138
)
139+
140+
replace github.com/osbuild/images => github.com/mvo5/images v0.0.0-20251028085624-65ddc2a44aa1

bib/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
233233
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
234234
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
235235
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
236+
github.com/mvo5/images v0.0.0-20251028085624-65ddc2a44aa1 h1:yR14hRmFpYRKOupGTNibLttThBKpKbEYifkGBNzv8+E=
237+
github.com/mvo5/images v0.0.0-20251028085624-65ddc2a44aa1/go.mod h1:Cs7zFV8rmbVHn+19ArNdjd1AtFk+LC9dOOHuxiSLghw=
236238
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
237239
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
238240
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
@@ -245,8 +247,6 @@ github.com/osbuild/blueprint v1.16.0 h1:f/kHih+xpeJ1v7wtIfzdHPZTsiXsqKeDQ1+rrue6
245247
github.com/osbuild/blueprint v1.16.0/go.mod h1:HPlJzkEl7q5g8hzaGksUk7ifFAy9QFw9LmzhuFOAVm4=
246248
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521 h1:Mo1htXYyEoKrBQD+/RC/kluAWu4+E0oEjPorujVn/K8=
247249
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521/go.mod h1:oTn9T+bV9g/760hM/jX7AV0c4vuVIn6FjAnaVM9RzRo=
248-
github.com/osbuild/images v0.209.0 h1:9BRf+N0op1WbQkc+7zVRBZxg4dqS4lty3i2stF3G9lo=
249-
github.com/osbuild/images v0.209.0/go.mod h1:tZqcrs3eNUA0VPs1h3YCnbnpAskVVfo36CIi2USSfDs=
250250
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
251251
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
252252
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -341,6 +341,8 @@ go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKr
341341
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
342342
go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=
343343
go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8=
344+
go.yaml.in/yaml/v3 v3.0.3 h1:bXOww4E/J3f66rav3pX3m8w6jDE4knZjGOw8b5Y6iNE=
345+
go.yaml.in/yaml/v3 v3.0.3/go.mod h1:tBHosrYAkRZjRAOREWbDnBXUf08JOwYq++0QNwQiWzI=
344346
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
345347
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
346348
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)