File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module github.com/siderolabs/bldr
2
2
3
3
go 1.24.1
4
4
5
- toolchain go1.24.4
5
+ toolchain go1.24.5
6
6
7
- replace github.com/anchore/syft => github.com/dsseng/syft v0.0.0-20250703101014-f39c35d156d9
7
+ replace github.com/anchore/syft => github.com/dsseng/syft v1.28.0
8
8
9
9
require (
10
10
github.com/Masterminds/semver v1.5.0
@@ -13,6 +13,7 @@ require (
13
13
github.com/containerd/platforms v1.0.0-rc.1
14
14
github.com/emicklei/dot v1.8.0
15
15
github.com/google/go-github/v67 v67.0.0
16
+ github.com/google/go-github/v73 v73.0.0
16
17
github.com/hashicorp/go-multierror v1.1.1
17
18
github.com/moby/buildkit v0.23.2
18
19
github.com/moby/docker-image-spec v1.3.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.8.0 h1:HnD60yAKFAevNeT+TPYr9pb8VB9bqdeSo0nzwIW6IOI =
839
841
github.com/emicklei/dot v1.8.0 /go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s =
@@ -996,6 +998,7 @@ github.com/google/go-containerregistry v0.20.6 h1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB
996
998
github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
997
999
github.com/google/go-github/v67 v67.0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg =
998
1000
github.com/google/go-github/v67 v67.0.0 /go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY =
1001
+ github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
999
1002
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1000
1003
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1001
1004
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments