File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ module github.com/siderolabs/bldr
2
2
3
3
go 1.25.0
4
4
5
- replace github.com/anchore/syft => github.com/dsseng/syft v0.0.0-20250703101014-f39c35d156d9
5
+ replace github.com/anchore/syft => github.com/dsseng/syft v1.28.0
6
6
7
7
require (
8
8
github.com/Masterminds/semver v1.5.0
9
9
github.com/Masterminds/sprig/v3 v3.3.0
10
- github.com/anchore/syft v1.28 .0
10
+ github.com/anchore/syft v1.32 .0
11
11
github.com/containerd/platforms v1.0.0-rc.1
12
12
github.com/emicklei/dot v1.9.0
13
13
github.com/google/go-github/v74 v74.0.0
@@ -19,7 +19,7 @@ require (
19
19
github.com/otiai10/copy v1.14.1
20
20
github.com/siderolabs/gen v0.8.5
21
21
github.com/spf13/cobra v1.9.1
22
- github.com/stretchr/testify v1.10.0
22
+ github.com/stretchr/testify v1.11.1
23
23
golang.org/x/oauth2 v0.30.0
24
24
golang.org/x/sync v0.16.0
25
25
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -834,6 +834,8 @@ github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707/go.mod h1:qssHWj6
834
834
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780 /go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY =
835
835
github.com/dsseng/syft v0.0.0-20250703101014-f39c35d156d9 h1:F2TgPiZHAa6Rr7OMBk//WEKlG0HZ2wGya6T37hsJ1k8 =
836
836
github.com/dsseng/syft v0.0.0-20250703101014-f39c35d156d9 /go.mod h1:jGpfAy5lRvOUrOxWAfbbu9t3TK8VwJpAAJHz6HFQofw =
837
+ github.com/dsseng/syft v1.28.0 h1:ZRhj+OiAGbf/HuqldMPIXZhfJPCvDNDAykblDPPE4SY =
838
+ github.com/dsseng/syft v1.28.0 /go.mod h1:jGpfAy5lRvOUrOxWAfbbu9t3TK8VwJpAAJHz6HFQofw =
837
839
github.com/dustin/go-humanize v1.0.0 /go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk =
838
840
github.com/emicklei/dot v1.9.0 h1:FyaJNctdMfaEIbTQ1FkKZ1UCZyJJSkyvkrXOVoNZPKU =
839
841
github.com/emicklei/dot v1.9.0 /go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s =
@@ -1396,6 +1398,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
1396
1398
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
1397
1399
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
1398
1400
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
1401
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
1402
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1399
1403
github.com/subosito/gotenv v1.2.0 /go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw =
1400
1404
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
1401
1405
github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
You can’t perform that action at this time.
0 commit comments