@@ -3,7 +3,7 @@ module github.com/slsa-framework/slsa-source-poc/sourcetool
3
3
go 1.24.3
4
4
5
5
require (
6
- github.com/carabiner-dev/bnd v0.2.0
6
+ github.com/carabiner-dev/bnd v0.2.2
7
7
github.com/carabiner-dev/github v0.2.2
8
8
github.com/carabiner-dev/vcslocator v0.3.1
9
9
github.com/fatih/color v1.18.0
@@ -16,7 +16,7 @@ require (
16
16
github.com/spf13/cobra v1.9.1
17
17
github.com/stretchr/testify v1.10.0
18
18
google.golang.org/protobuf v1.36.6
19
- sigs.k8s.io/release-sdk v0.12.2
19
+ sigs.k8s.io/release-sdk v0.12.3
20
20
sigs.k8s.io/release-utils v0.11.1
21
21
)
22
22
@@ -31,7 +31,7 @@ require (
31
31
github.com/cloudflare/circl v1.6.1 // indirect
32
32
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
33
33
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
34
- github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
34
+ github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
35
35
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
36
36
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
37
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
@@ -57,9 +57,9 @@ require (
57
57
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
58
58
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
59
59
github.com/google/certificate-transparency-go v1.3.1 // indirect
60
- github.com/google/go-containerregistry v0.20.3 // indirect
61
- github.com/google/go-github/v60 v60.0.0 // indirect
60
+ github.com/google/go-containerregistry v0.20.5 // indirect
62
61
github.com/google/go-github/v71 v71.0.0 // indirect
62
+ github.com/google/go-github/v72 v72.0.0 // indirect
63
63
github.com/google/go-querystring v1.1.0 // indirect
64
64
github.com/google/uuid v1.6.0 // indirect
65
65
github.com/gorilla/mux v1.8.1 // indirect
@@ -68,14 +68,14 @@ require (
68
68
github.com/in-toto/in-toto-golang v0.9.0 // indirect
69
69
github.com/inconshreveable/mousetrap v1.1.0 // indirect
70
70
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
71
- github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
71
+ github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 // indirect
72
72
github.com/josharian/intern v1.0.0 // indirect
73
73
github.com/kevinburke/ssh_config v1.2.0 // indirect
74
- github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
74
+ github.com/letsencrypt/boulder v0.0.0-20250303232957-28b49a82d48a // indirect
75
75
github.com/mailru/easyjson v0.9.0 // indirect
76
76
github.com/mattn/go-colorable v0.1.13 // indirect
77
77
github.com/mattn/go-isatty v0.0.20 // indirect
78
- github.com/mitchellh/mapstructure v1.5.0 // indirect
78
+ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
79
79
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
80
80
github.com/oklog/ulid v1.3.1 // indirect
81
81
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -90,9 +90,9 @@ require (
90
90
github.com/segmentio/ksuid v1.0.4 // indirect
91
91
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
92
92
github.com/shibumi/go-pathspec v1.3.0 // indirect
93
- github.com/sigstore/protobuf-specs v0.4.2 // indirect
93
+ github.com/sigstore/protobuf-specs v0.4.3 // indirect
94
94
github.com/sigstore/rekor v1.3.10 // indirect
95
- github.com/sigstore/sigstore v1.9.4 // indirect
95
+ github.com/sigstore/sigstore v1.9.5 // indirect
96
96
github.com/sigstore/timestamp-authority v1.2.7 // indirect
97
97
github.com/skeema/knownhosts v1.3.1 // indirect
98
98
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
@@ -107,24 +107,26 @@ require (
107
107
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
108
108
github.com/transparency-dev/merkle v0.0.2 // indirect
109
109
github.com/xanzy/ssh-agent v0.3.3 // indirect
110
- go.mongodb.org/mongo-driver v1.14.0 // indirect
110
+ go.mongodb.org/mongo-driver v1.17.3 // indirect
111
111
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
112
112
go.opentelemetry.io/otel v1.35.0 // indirect
113
113
go.opentelemetry.io/otel/metric v1.35.0 // indirect
114
114
go.opentelemetry.io/otel/trace v1.35.0 // indirect
115
115
go.uber.org/multierr v1.11.0 // indirect
116
116
go.uber.org/zap v1.27.0 // indirect
117
117
golang.org/x/crypto v0.38.0 // indirect
118
- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
118
+ golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
119
119
golang.org/x/mod v0.24.0 // indirect
120
120
golang.org/x/net v0.40.0 // indirect
121
- golang.org/x/oauth2 v0.29 .0 // indirect
121
+ golang.org/x/oauth2 v0.30 .0 // indirect
122
122
golang.org/x/sync v0.14.0 // indirect
123
123
golang.org/x/sys v0.33.0 // indirect
124
124
golang.org/x/term v0.32.0 // indirect
125
125
golang.org/x/text v0.25.0 // indirect
126
126
golang.org/x/time v0.11.0 // indirect
127
127
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
128
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
129
+ google.golang.org/grpc v1.72.0 // indirect
128
130
gopkg.in/warnings.v0 v0.1.2 // indirect
129
131
gopkg.in/yaml.v3 v3.0.1 // indirect
130
132
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments