go.mod: update toml lib to v1.5.0

This release includes a fix for the issue that custom unmarshaled
toml was marked in the metadata as "Undecoded()" [0].

With that we can enable strict checking for blueprint configuration.

[0] BurntSushi/toml#425
This commit is contained in:
Michael Vogt 2025-03-20 16:22:57 +01:00
parent c0248a1c24
commit bcdfda9b95
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ module github.com/osbuild/image-builder-cli
go 1.22.8
require (
github.com/BurntSushi/toml v1.4.0
github.com/BurntSushi/toml v1.5.0
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