go.mod: update to latest version of image to get PR#1342

This will allow us to get boostrap buildroot support.
This commit is contained in:
Michael Vogt 2025-03-05 18:19:36 +01:00
parent 2c5f05e85b
commit dd4547034b
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/cheggaaa/pb/v3 v3.1.7
github.com/gobwas/glob v0.2.3
github.com/osbuild/bootc-image-builder/bib v0.0.0-20250220151022-a00d61b94388
github.com/osbuild/images v0.121.1-0.20250304190605-67d46b671862
github.com/osbuild/images v0.127.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0