go.mod: bump version of github.com/osbuild/blueprint

This commit is contained in:
Michael Vogt 2025-04-08 12:03:23 +02:00 committed by Simon de Vlieger
parent c5f0f62ed2
commit 7fbae14142
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -5,11 +5,11 @@ module github.com/osbuild/image-builder-cli
go 1.22.8
require (
github.com/BurntSushi/toml v1.5.0
github.com/BurntSushi/toml v1.5.1-0.20250403130103-3d3abc24416a
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/blueprint v1.5.0
github.com/osbuild/images v0.133.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1