deps: bump images and osbuild
Some important PRs have landed there, I'd like to do an extra release to push these out. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
8bd065dbca
commit
81162a0736
3 changed files with 6 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/gobwas/glob v0.2.3
|
||||
github.com/mattn/go-isatty v0.0.20
|
||||
github.com/osbuild/blueprint v1.5.0
|
||||
github.com/osbuild/images v0.133.0
|
||||
github.com/osbuild/images v0.135.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/stretchr/testify v1.10.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -238,6 +238,10 @@ github.com/osbuild/blueprint v1.5.0 h1:ca3C32Ltx+2P2eEZrI1fyutAInpwojl+NdQZKOrIR
|
|||
github.com/osbuild/blueprint v1.5.0/go.mod h1:0d3dlY8aSJ6jM6NHwBmJFF1VIySsp/GsDpcJQ0yrOqM=
|
||||
github.com/osbuild/images v0.133.0 h1:JS23Q2OtS9ktGyLXchsT3gCcD5wXhu/JohPWYilSGTw=
|
||||
github.com/osbuild/images v0.133.0/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0=
|
||||
github.com/osbuild/images v0.134.1-0.20250416092909-a1ca7f34c770 h1:w9h0KIV2p9QLCl6kMPlzJfb1kBV4QS672QSOKWOh50w=
|
||||
github.com/osbuild/images v0.134.1-0.20250416092909-a1ca7f34c770/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0=
|
||||
github.com/osbuild/images v0.135.0 h1:q0u4ZpSbOUAaKq0c0entRt1mWBlveGpjMmkQRYlBPuQ=
|
||||
github.com/osbuild/images v0.135.0/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0=
|
||||
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f h1:/UDgs8FGMqwnHagNDPGOlts35QkhAZ8by3DR7nMih7M=
|
||||
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f/go.mod h1:J6OG6YJVEWopen4avK3VNQSnALmmjvniMmni/YFYAwc=
|
||||
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# required. So if this needs backport to places where there is no
|
||||
# recent osbuild available we could simply make --use-librepo false
|
||||
# and go back to 129.
|
||||
%global min_osbuild_version 146
|
||||
%global min_osbuild_version 147
|
||||
|
||||
%global goipath github.com/osbuild/image-builder-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue