go.mod: update to images@v0.108.0

This commit is contained in:
Michael Vogt 2025-01-06 10:03:15 +01:00
parent c408577b2d
commit 59e6ce298a
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -7,7 +7,7 @@ go 1.21.0
require (
github.com/BurntSushi/toml v1.4.0
github.com/gobwas/glob v0.2.3
github.com/osbuild/images v0.106.0
github.com/osbuild/images v0.108.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0