From bda86863ff8139c970781f8ec58a6de12c949731 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Mon, 7 Apr 2025 16:10:10 +0200 Subject: [PATCH] deps: update `images` to main Pull in the `main` branch from images to ensure we have the support needed for eating warnings. Signed-off-by: Simon de Vlieger --- go.mod | 2 +- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 38ce97c..4517091 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/gobwas/glob v0.2.3 github.com/osbuild/blueprint v1.1.0 github.com/osbuild/bootc-image-builder/bib v0.0.0-20250220151022-a00d61b94388 - github.com/osbuild/images v0.131.0 + github.com/osbuild/images v0.132.1-0.20250407125100-c141eba8280b github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.9.1 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index 2f160fe..63456f5 100644 --- a/go.sum +++ b/go.sum @@ -244,6 +244,10 @@ github.com/osbuild/images v0.130.0 h1:nXBj4rpgupF4i1W9NoY4gtmrCTQSC3yaJOkXxBNAvX github.com/osbuild/images v0.130.0/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0= github.com/osbuild/images v0.131.0 h1:UbAS2OtJa4iKJYIBE+TRhODGsA4N5hxZLHnevnImLmQ= github.com/osbuild/images v0.131.0/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0= +github.com/osbuild/images v0.132.0 h1:0QlLw+hymhlao8f3V2Y/Mb15dK4vKBfja0dxxT8zwqA= +github.com/osbuild/images v0.132.0/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0= +github.com/osbuild/images v0.132.1-0.20250407125100-c141eba8280b h1:frZTrxFvMx6Har2r8ZjHS/JkTO3k7a5HTBEYGU9Qh/0= +github.com/osbuild/images v0.132.1-0.20250407125100-c141eba8280b/go.mod h1:Ag87vmyxooiPQBJEDILbypG8/SRIear75YA78NwLix0= github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f h1:/UDgs8FGMqwnHagNDPGOlts35QkhAZ8by3DR7nMih7M= github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f/go.mod h1:J6OG6YJVEWopen4avK3VNQSnALmmjvniMmni/YFYAwc= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=