go.mod: bump image version
This gives us the improved error reporting from dnfjson from PR#1393
This commit is contained in:
parent
a893c2316e
commit
c5f0f62ed2
2 changed files with 5 additions and 16 deletions
7
go.mod
7
go.mod
|
|
@ -8,12 +8,13 @@ require (
|
|||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/cheggaaa/pb/v3 v3.1.7
|
||||
github.com/gobwas/glob v0.2.3
|
||||
github.com/mattn/go-isatty v0.0.20
|
||||
github.com/osbuild/blueprint v1.1.0
|
||||
github.com/osbuild/bootc-image-builder/bib v0.0.0-20250220151022-a00d61b94388
|
||||
github.com/osbuild/images v0.132.1-0.20250407125100-c141eba8280b
|
||||
github.com/osbuild/images v0.133.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/stretchr/testify v1.10.0
|
||||
golang.org/x/sys v0.30.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
|
|
@ -79,7 +80,6 @@ require (
|
|||
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
||||
github.com/miekg/pkcs11 v1.1.1 // indirect
|
||||
|
|
@ -125,7 +125,6 @@ require (
|
|||
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
|
||||
golang.org/x/net v0.35.0 // indirect
|
||||
golang.org/x/sync v0.11.0 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/term v0.29.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue