go.mod: move to latest snapshot

This commit is contained in:
Michael Vogt 2025-01-17 10:07:47 +01:00 committed by Simon de Vlieger
parent 2f13ed2ec7
commit 78f62e21e2
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.108.1-0.20250109111809-f295ad7807a3
github.com/osbuild/images v0.109.1-0.20250117082457-97ca7c62eb09
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0