Skip to content

Commit 48272b1

Browse files
fix(deps): update golang.org/x/exp digest to 645b1fa
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3addfe3 commit 48272b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bib/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ module github.com/osbuild/bootc-image-builder/bib
33
go 1.23.9
44

55
require (
6-
github.com/BurntSushi/toml v1.5.1-0.20250403130103-3d3abc24416a
76
github.com/cheggaaa/pb/v3 v3.1.7
87
github.com/hashicorp/go-version v1.7.0
9-
github.com/osbuild/blueprint v1.10.0
108
github.com/osbuild/image-builder-cli v0.0.0-20250331194259-63bb56e12db3
119
github.com/osbuild/images v0.163.0
1210
github.com/sirupsen/logrus v1.9.3
1311
github.com/spf13/cobra v1.9.1
1412
github.com/spf13/pflag v1.0.7
1513
github.com/stretchr/testify v1.10.0
16-
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
14+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
1715
gopkg.in/yaml.v3 v3.0.1
1816
)
1917

2018
require (
2119
dario.cat/mergo v1.0.1 // indirect
20+
github.com/BurntSushi/toml v1.5.1-0.20250403130103-3d3abc24416a // indirect
2221
github.com/Microsoft/go-winio v0.6.2 // indirect
2322
github.com/Microsoft/hcsshim v0.12.9 // indirect
2423
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -96,6 +95,7 @@ require (
9695
github.com/opencontainers/image-spec v1.1.1 // indirect
9796
github.com/opencontainers/runtime-spec v1.2.1 // indirect
9897
github.com/opencontainers/selinux v1.12.0 // indirect
98+
github.com/osbuild/blueprint v1.10.0 // indirect
9999
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
100100
github.com/pkg/errors v0.9.1 // indirect
101101
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

bib/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ss
352352
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
353353
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
354354
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
355-
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 h1:9kj3STMvgqy3YA4VQXBrN7925ICMxD5wzMRcgA30588=
356-
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
355+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
356+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
357357
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
358358
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
359359
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=

0 commit comments

Comments
 (0)