Skip to content

Commit 8f54b27

Browse files
fix(deps): update github.com/osbuild/image-builder-cli digest to e8b52d7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3addfe3 commit 8f54b27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bib/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ module github.com/osbuild/bootc-image-builder/bib
33
go 1.23.9
44

55
require (
6-
github.com/BurntSushi/toml v1.5.1-0.20250403130103-3d3abc24416a
76
github.com/cheggaaa/pb/v3 v3.1.7
87
github.com/hashicorp/go-version v1.7.0
9-
github.com/osbuild/blueprint v1.10.0
10-
github.com/osbuild/image-builder-cli v0.0.0-20250331194259-63bb56e12db3
8+
github.com/osbuild/image-builder-cli v0.0.0-20250717064530-e8b52d7a31f8
119
github.com/osbuild/images v0.163.0
1210
github.com/sirupsen/logrus v1.9.3
1311
github.com/spf13/cobra v1.9.1
@@ -19,6 +17,7 @@ require (
1917

2018
require (
2119
dario.cat/mergo v1.0.1 // indirect
20+
github.com/BurntSushi/toml v1.5.1-0.20250403130103-3d3abc24416a // indirect
2221
github.com/Microsoft/go-winio v0.6.2 // indirect
2322
github.com/Microsoft/hcsshim v0.12.9 // indirect
2423
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -96,6 +95,7 @@ require (
9695
github.com/opencontainers/image-spec v1.1.1 // indirect
9796
github.com/opencontainers/runtime-spec v1.2.1 // indirect
9897
github.com/opencontainers/selinux v1.12.0 // indirect
98+
github.com/osbuild/blueprint v1.10.0 // indirect
9999
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
100100
github.com/pkg/errors v0.9.1 // indirect
101101
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

bib/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplU
237237
github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U=
238238
github.com/osbuild/blueprint v1.10.0 h1:6TG+mSV5kUA3Vq+0fc10MchDilBcDd8SEA8KbDFUn2w=
239239
github.com/osbuild/blueprint v1.10.0/go.mod h1:uknOfX/bAoi+dbeNJj+uAir1T++/LVEtoY8HO3U7MiQ=
240-
github.com/osbuild/image-builder-cli v0.0.0-20250331194259-63bb56e12db3 h1:M3yYunKH4quwJLQrnFo7dEwCTKorafNC+AUqAo7m5Yo=
241-
github.com/osbuild/image-builder-cli v0.0.0-20250331194259-63bb56e12db3/go.mod h1:0sEmiQiMo1ChSuOoeONN0RmsoZbQEvj2mlO2448gC5w=
240+
github.com/osbuild/image-builder-cli v0.0.0-20250717064530-e8b52d7a31f8 h1:CbX/6bEGgAmxduGCmSRClTvNoqtXbCjz63buvJyk1fc=
241+
github.com/osbuild/image-builder-cli v0.0.0-20250717064530-e8b52d7a31f8/go.mod h1:ZQgbbpKfok2LjvhGgtc47q9akTJbccrRjYk2bC6U3v4=
242242
github.com/osbuild/images v0.163.0 h1:JPA8DY5rAr8qcmfSH5CHFl7HPtcc0G7gvw13C2M0NGc=
243243
github.com/osbuild/images v0.163.0/go.mod h1:/akyaFWxh7IN0ezlXB+6F4N/rKi/Vod1RAh8XLNzCKE=
244244
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f h1:/UDgs8FGMqwnHagNDPGOlts35QkhAZ8by3DR7nMih7M=

0 commit comments

Comments
 (0)