1
1
module github.com/sigstore/gitsign
2
2
3
- go 1.23.2
3
+ go 1.23.3
4
+
5
+ toolchain go1.23.6
4
6
5
7
require (
6
- github.com/coreos/go-oidc/v3 v3.11 .0
8
+ github.com/coreos/go-oidc/v3 v3.12 .0
7
9
github.com/coreos/go-systemd/v22 v22.5.0
8
10
github.com/github/smimesign v0.2.0
9
11
github.com/go-git/go-billy/v5 v5.5.0
@@ -16,24 +18,24 @@ require (
16
18
github.com/jonboulle/clockwork v0.4.0
17
19
github.com/mattn/go-tty v0.0.7
18
20
github.com/patrickmn/go-cache v2.1.0+incompatible
19
- github.com/secure-systems-lab/go-securesystemslib v0.8 .0
21
+ github.com/secure-systems-lab/go-securesystemslib v0.9 .0
20
22
github.com/sigstore/cosign/v2 v2.4.1
21
- github.com/sigstore/fulcio v1.6.5
23
+ github.com/sigstore/fulcio v1.6.6
22
24
github.com/sigstore/protobuf-specs v0.3.2
23
25
github.com/sigstore/rekor v1.3.6
24
- github.com/sigstore/sigstore v1.8.10
26
+ github.com/sigstore/sigstore v1.8.12
25
27
github.com/spf13/cobra v1.8.1
26
28
github.com/spf13/pflag v1.0.5
27
- golang.org/x/crypto v0.28 .0
28
- golang.org/x/oauth2 v0.23 .0
29
+ golang.org/x/crypto v0.32 .0
30
+ golang.org/x/oauth2 v0.25 .0
29
31
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
30
- google.golang.org/protobuf v1.35.1
32
+ google.golang.org/protobuf v1.36.3
31
33
)
32
34
33
35
require (
34
- cloud.google.com/go/auth v0.9.5 // indirect
35
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
36
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
36
+ cloud.google.com/go/auth v0.14.0 // indirect
37
+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
38
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
37
39
dario.cat/mergo v1.0.1 // indirect
38
40
filippo.io/edwards25519 v1.1.0 // indirect
39
41
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
@@ -61,21 +63,21 @@ require (
61
63
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
62
64
github.com/aliyun/credentials-go v1.3.4 // indirect
63
65
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
64
- github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect
65
- github.com/aws/aws-sdk-go-v2/config v1.27.37 // indirect
66
- github.com/aws/aws-sdk-go-v2/credentials v1.17.35 // indirect
67
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 // indirect
68
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 // indirect
69
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 // indirect
66
+ github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
67
+ github.com/aws/aws-sdk-go-v2/config v1.28.10 // indirect
68
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
69
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
70
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
71
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
70
72
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
71
73
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.5 // indirect
72
74
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.23.10 // indirect
73
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.5 // indirect
74
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.20 // indirect
75
- github.com/aws/aws-sdk-go-v2/service/sso v1.23.1 // indirect
76
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.1 // indirect
77
- github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 // indirect
78
- github.com/aws/smithy-go v1.21.0 // indirect
75
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
76
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // indirect
77
+ github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
78
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
79
+ github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 // indirect
80
+ github.com/aws/smithy-go v1.22.1 // indirect
79
81
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240613164637-021de410d8a7 // indirect
80
82
github.com/blang/semver v3.5.1+incompatible // indirect
81
83
github.com/buildkite/agent/v3 v3.81.0 // indirect
@@ -101,7 +103,7 @@ require (
101
103
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
102
104
github.com/emirpasic/gods v1.18.1 // indirect
103
105
github.com/felixge/httpsnoop v1.0.4 // indirect
104
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
106
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
105
107
github.com/go-chi/chi v4.1.2+incompatible // indirect
106
108
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
107
109
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
@@ -117,34 +119,35 @@ require (
117
119
github.com/go-openapi/validate v0.24.0 // indirect
118
120
github.com/go-piv/piv-go v1.11.0 // indirect
119
121
github.com/gogo/protobuf v1.3.2 // indirect
120
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
122
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
121
123
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
122
124
github.com/golang/protobuf v1.5.4 // indirect
123
125
github.com/golang/snappy v0.0.4 // indirect
124
- github.com/google/certificate-transparency-go v1.2 .1 // indirect
126
+ github.com/google/certificate-transparency-go v1.3 .1 // indirect
125
127
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
126
128
github.com/google/go-containerregistry v0.20.2 // indirect
127
129
github.com/google/go-github/v55 v55.0.0 // indirect
128
130
github.com/google/go-querystring v1.1.0 // indirect
129
131
github.com/google/gofuzz v1.2.0 // indirect
130
- github.com/google/s2a-go v0.1.8 // indirect
131
- github.com/google/trillian v1.6.0 // indirect
132
+ github.com/google/s2a-go v0.1.9 // indirect
133
+ github.com/google/trillian v1.7.1 // indirect
132
134
github.com/google/uuid v1.6.0 // indirect
133
135
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
136
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
134
137
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
135
138
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
136
139
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
137
140
github.com/imdario/mergo v0.3.16 // indirect
138
141
github.com/inconshreveable/mousetrap v1.1.0 // indirect
139
142
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
140
143
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
141
- github.com/jmespath/go-jmespath v0.4.0 // indirect
144
+ github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
142
145
github.com/josharian/intern v1.0.0 // indirect
143
146
github.com/json-iterator/go v1.1.12 // indirect
144
147
github.com/kevinburke/ssh_config v1.2.0 // indirect
145
- github.com/klauspost/compress v1.17.9 // indirect
148
+ github.com/klauspost/compress v1.17.11 // indirect
146
149
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
147
- github.com/magiconair/properties v1.8.7 // indirect
150
+ github.com/magiconair/properties v1.8.9 // indirect
148
151
github.com/mailru/easyjson v0.7.7 // indirect
149
152
github.com/mattn/go-isatty v0.0.20 // indirect
150
153
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -192,26 +195,25 @@ require (
192
195
github.com/xanzy/ssh-agent v0.3.3 // indirect
193
196
github.com/zeebo/errs v1.3.0 // indirect
194
197
go.mongodb.org/mongo-driver v1.15.1 // indirect
195
- go.opencensus.io v0.24.0 // indirect
196
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
197
- go.opentelemetry.io/otel v1.30.0 // indirect
198
- go.opentelemetry.io/otel/metric v1.30.0 // indirect
199
- go.opentelemetry.io/otel/trace v1.30.0 // indirect
200
- go.step.sm/crypto v0.53.0 // indirect
198
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
199
+ go.opentelemetry.io/otel v1.32.0 // indirect
200
+ go.opentelemetry.io/otel/metric v1.32.0 // indirect
201
+ go.opentelemetry.io/otel/trace v1.32.0 // indirect
202
+ go.step.sm/crypto v0.57.0 // indirect
201
203
go.uber.org/multierr v1.11.0 // indirect
202
204
go.uber.org/zap v1.27.0 // indirect
203
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
204
- golang.org/x/mod v0.21 .0 // indirect
205
- golang.org/x/net v0.29 .0 // indirect
206
- golang.org/x/sync v0.8 .0 // indirect
207
- golang.org/x/sys v0.26 .0 // indirect
208
- golang.org/x/term v0.25 .0 // indirect
209
- golang.org/x/text v0.19 .0 // indirect
210
- golang.org/x/time v0.6 .0 // indirect
211
- google.golang.org/api v0.199 .0 // indirect
212
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
213
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
214
- google.golang.org/grpc v1.67.1 // indirect
205
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
206
+ golang.org/x/mod v0.22 .0 // indirect
207
+ golang.org/x/net v0.34 .0 // indirect
208
+ golang.org/x/sync v0.10 .0 // indirect
209
+ golang.org/x/sys v0.29 .0 // indirect
210
+ golang.org/x/term v0.28 .0 // indirect
211
+ golang.org/x/text v0.21 .0 // indirect
212
+ golang.org/x/time v0.9 .0 // indirect
213
+ google.golang.org/api v0.217 .0 // indirect
214
+ google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb // indirect
215
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
216
+ google.golang.org/grpc v1.69.4 // indirect
215
217
gopkg.in/inf.v0 v0.9.1 // indirect
216
218
gopkg.in/ini.v1 v1.67.0 // indirect
217
219
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -220,11 +222,11 @@ require (
220
222
k8s.io/api v0.30.2 // indirect
221
223
k8s.io/apimachinery v0.30.2 // indirect
222
224
k8s.io/client-go v0.30.2 // indirect
223
- k8s.io/klog/v2 v2.130.0 // indirect
225
+ k8s.io/klog/v2 v2.130.1 // indirect
224
226
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
225
227
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
226
228
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
227
- sigs.k8s.io/release-utils v0.8.5 // indirect
229
+ sigs.k8s.io/release-utils v0.9.0 // indirect
228
230
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
229
231
sigs.k8s.io/yaml v1.4.0 // indirect
230
232
)
0 commit comments