Skip to content

Commit f08d0ed

Browse files
committed
deps: bump images to 0.203.0
This change includes the usage of `BootMode` that we missed in yesterdays release. Signed-off-by: Simon de Vlieger <[email protected]>
1 parent 36586dd commit f08d0ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/osbuild/blueprint v1.16.0
1111
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521
12-
github.com/osbuild/images v0.202.0
12+
github.com/osbuild/images v0.203.0
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/spf13/cobra v1.10.1
1515
github.com/spf13/pflag v1.0.10

bib/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521 h1:Mo1ht
247247
github.com/osbuild/image-builder-cli v0.0.0-20250924085931-15de5139f521/go.mod h1:oTn9T+bV9g/760hM/jX7AV0c4vuVIn6FjAnaVM9RzRo=
248248
github.com/osbuild/images v0.202.0 h1:OPvfmr5RJHcOJgU8Win6kHyoCNQZEiILlgIDI64/YIM=
249249
github.com/osbuild/images v0.202.0/go.mod h1:xkXfw5CIy0bVNTNdB6GXiewu/IzBgpofkItDJPAzGA4=
250+
github.com/osbuild/images v0.203.0 h1:G+aFUTY8cXXcptRQesKqEaZtxRr6TUlFGXlEGJycwBM=
251+
github.com/osbuild/images v0.203.0/go.mod h1:xkXfw5CIy0bVNTNdB6GXiewu/IzBgpofkItDJPAzGA4=
250252
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
251253
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
252254
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)