1
1
module github.com/slsa-framework/slsa-verifier/v2
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.6
4
6
5
7
require (
6
8
github.com/docker/go v1.5.1-1
7
- github.com/go-openapi/runtime v0.26.0
8
- github.com/google/go-cmp v0.5.9
9
- github.com/google/trillian v1.5.2 // indirect
9
+ github.com/go-openapi/runtime v0.26.2
10
+ github.com/google/go-cmp v0.6.0
11
+ github.com/google/trillian v1.5.3 // indirect
10
12
github.com/in-toto/in-toto-golang v0.9.0
11
- github.com/secure-systems-lab/go-securesystemslib v0.7 .0
12
- github.com/sigstore/rekor v1.2.2
13
- github.com/sigstore/sigstore v1.7.2
13
+ github.com/secure-systems-lab/go-securesystemslib v0.8 .0
14
+ github.com/sigstore/rekor v1.3.4
15
+ github.com/sigstore/sigstore v1.8.1
14
16
)
15
17
16
18
require (
17
- github.com/go-openapi/strfmt v0.21.7
18
- github.com/go-openapi/swag v0.22.4
19
- github.com/google/go-containerregistry v0.16.1
20
- github.com/gorilla/mux v1.8.0
19
+ github.com/go-openapi/strfmt v0.22.0
20
+ github.com/go-openapi/swag v0.22.7
21
+ github.com/google/go-containerregistry v0.18.0
22
+ github.com/gorilla/mux v1.8.1
21
23
github.com/sigstore/cosign/v2 v2.2.0
22
- github.com/slsa-framework/slsa-github-generator v1.4 .0
23
- github.com/spf13/cobra v1.7 .0
24
- golang.org/x/mod v0.13 .0
25
- sigs.k8s.io/release-utils v0.7.4
24
+ github.com/slsa-framework/slsa-github-generator v1.9 .0
25
+ github.com/spf13/cobra v1.8 .0
26
+ golang.org/x/mod v0.14 .0
27
+ sigs.k8s.io/release-utils v0.7.7
26
28
)
27
29
28
30
require (
@@ -32,22 +34,25 @@ require (
32
34
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
33
35
github.com/digitorus/timestamp v0.0.0-20230821155606-d1ad5ca9624c // indirect
34
36
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
35
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
36
37
github.com/google/gnostic v0.5.7-v3refs // indirect
37
38
github.com/google/go-github/v53 v53.2.0 // indirect
38
- github.com/google/uuid v1.3 .0 // indirect
39
+ github.com/google/uuid v1.5 .0 // indirect
39
40
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
40
41
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
42
+ github.com/sagikazarmark/locafero v0.3.0 // indirect
43
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
41
44
github.com/sigstore/timestamp-authority v1.1.2 // indirect
45
+ github.com/sourcegraph/conc v0.3.0 // indirect
42
46
github.com/transparency-dev/merkle v0.0.2 // indirect
43
- go.opentelemetry.io/otel/metric v1.16.0 // indirect
44
- go.step.sm/crypto v0.35.0 // indirect
45
- google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
46
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
47
+ go.opentelemetry.io/otel/metric v1.19.0 // indirect
48
+ go.step.sm/crypto v0.38.0 // indirect
49
+ google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
50
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
51
+ gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
47
52
)
48
53
49
54
require (
50
- cloud.google.com/go/compute v1.23.0 // indirect
55
+ cloud.google.com/go/compute v1.23.3 // indirect
51
56
cloud.google.com/go/compute/metadata v0.2.3 // indirect
52
57
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
53
58
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -72,49 +77,46 @@ require (
72
77
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
73
78
github.com/aliyun/credentials-go v1.2.3 // indirect
74
79
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
75
- github.com/aws/aws-sdk-go-v2 v1.20.0 // indirect
76
- github.com/aws/aws-sdk-go-v2/config v1.18.32 // indirect
77
- github.com/aws/aws-sdk-go-v2/credentials v1.13.31 // indirect
78
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 // indirect
79
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 // indirect
80
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 // indirect
81
- github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 // indirect
80
+ github.com/aws/aws-sdk-go-v2 v1.21.2 // indirect
81
+ github.com/aws/aws-sdk-go-v2/config v1.19.1 // indirect
82
+ github.com/aws/aws-sdk-go-v2/credentials v1.13.43 // indirect
83
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.13 // indirect
84
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.43 // indirect
85
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.37 // indirect
86
+ github.com/aws/aws-sdk-go-v2/internal/ini v1.3.45 // indirect
82
87
github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0 // indirect
83
88
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0 // indirect
84
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 // indirect
85
- github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 // indirect
86
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 // indirect
87
- github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect
88
- github.com/aws/smithy-go v1.14 .0 // indirect
89
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.37 // indirect
90
+ github.com/aws/aws-sdk-go-v2/service/sso v1.15.2 // indirect
91
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.3 // indirect
92
+ github.com/aws/aws-sdk-go-v2/service/sts v1.23.2 // indirect
93
+ github.com/aws/smithy-go v1.15 .0 // indirect
89
94
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795 // indirect
90
95
github.com/blang/semver v3.5.1+incompatible // indirect
91
96
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect
92
97
github.com/clbanning/mxj/v2 v2.5.6 // indirect
93
98
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
94
99
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
95
- github.com/coreos/go-oidc/v3 v3.6 .0 // indirect
100
+ github.com/coreos/go-oidc/v3 v3.9 .0 // indirect
96
101
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
97
- github.com/davecgh/go-spew v1.1.1 // indirect
102
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
98
103
github.com/dimchansky/utfbom v1.1.1 // indirect
99
104
github.com/docker/cli v24.0.0+incompatible // indirect
100
- github.com/docker/distribution v2.8.2 +incompatible // indirect
101
- github.com/docker/docker v24.0.0 +incompatible // indirect
105
+ github.com/docker/distribution v2.8.3 +incompatible // indirect
106
+ github.com/docker/docker v24.0.7 +incompatible // indirect
102
107
github.com/docker/docker-credential-helpers v0.7.0 // indirect
103
108
github.com/fsnotify/fsnotify v1.6.0 // indirect
104
109
github.com/go-chi/chi v4.1.2+incompatible // indirect
105
- github.com/go-jose/go-jose/v3 v3.0.0 // indirect
106
- github.com/go-logr/logr v1.2.4 // indirect
110
+ github.com/go-jose/go-jose/v3 v3.0.1 // indirect
111
+ github.com/go-logr/logr v1.3.0 // indirect
107
112
github.com/go-logr/stdr v1.2.2 // indirect
108
113
github.com/go-openapi/analysis v0.21.4 // indirect
109
- github.com/go-openapi/errors v0.20.4 // indirect
110
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
114
+ github.com/go-openapi/errors v0.21.0 // indirect
115
+ github.com/go-openapi/jsonpointer v0.20.0 // indirect
111
116
github.com/go-openapi/jsonreference v0.20.2 // indirect
112
117
github.com/go-openapi/loads v0.21.2 // indirect
113
- github.com/go-openapi/spec v0.20.9 // indirect
114
- github.com/go-openapi/validate v0.22.1 // indirect
115
- github.com/go-playground/locales v0.14.1 // indirect
116
- github.com/go-playground/universal-translator v0.18.1 // indirect
117
- github.com/go-playground/validator/v10 v10.15.1 // indirect
118
+ github.com/go-openapi/spec v0.20.11 // indirect
119
+ github.com/go-openapi/validate v0.22.3 // indirect
118
120
github.com/gogo/protobuf v1.3.2 // indirect
119
121
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
120
122
github.com/golang/protobuf v1.5.3 // indirect
@@ -123,17 +125,16 @@ require (
123
125
github.com/google/go-querystring v1.1.0 // indirect
124
126
github.com/google/gofuzz v1.2.0 // indirect
125
127
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
126
- github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
128
+ github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
127
129
github.com/hashicorp/hcl v1.0.0 // indirect
128
- github.com/imdario/mergo v0.3.15 // indirect
130
+ github.com/imdario/mergo v0.3.16 // indirect
129
131
github.com/inconshreveable/mousetrap v1.1.0 // indirect
130
132
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
131
133
github.com/jmespath/go-jmespath v0.4.0 // indirect
132
134
github.com/josharian/intern v1.0.0 // indirect
133
135
github.com/json-iterator/go v1.1.12 // indirect
134
- github.com/klauspost/compress v1.16.5 // indirect
135
- github.com/leodido/go-urn v1.2.4 // indirect
136
- github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
136
+ github.com/klauspost/compress v1.17.0 // indirect
137
+ github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e // indirect
137
138
github.com/magiconair/properties v1.8.7 // indirect
138
139
github.com/mailru/easyjson v0.7.7 // indirect
139
140
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -144,48 +145,47 @@ require (
144
145
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
145
146
github.com/oklog/ulid v1.3.1 // indirect
146
147
github.com/opencontainers/go-digest v1.0.0 // indirect
147
- github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
148
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
148
149
github.com/opentracing/opentracing-go v1.2.0 // indirect
149
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
150
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
150
151
github.com/pkg/errors v0.9.1 // indirect
151
152
github.com/sassoftware/relic v7.2.1+incompatible // indirect
152
153
github.com/segmentio/ksuid v1.0.4 // indirect
153
154
github.com/shibumi/go-pathspec v1.3.0 // indirect
154
- github.com/sigstore/fulcio v1.4.0
155
- github.com/sigstore/protobuf-specs v0.1.1-0.20230518173429-5ef54068bb53
155
+ github.com/sigstore/fulcio v1.4.3
156
+ github.com/sigstore/protobuf-specs v0.2.1
156
157
github.com/sirupsen/logrus v1.9.3 // indirect
157
158
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
158
- github.com/spf13/afero v1.9.5 // indirect
159
+ github.com/spf13/afero v1.10.0 // indirect
159
160
github.com/spf13/cast v1.5.1 // indirect
160
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
161
161
github.com/spf13/pflag v1.0.5 // indirect
162
- github.com/spf13/viper v1.16 .0 // indirect
163
- github.com/subosito/gotenv v1.4.2 // indirect
162
+ github.com/spf13/viper v1.17 .0 // indirect
163
+ github.com/subosito/gotenv v1.6.0 // indirect
164
164
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
165
165
github.com/thales-e-security/pool v0.0.2 // indirect
166
- github.com/theupdateframework/go-tuf v0.6.1 // indirect
166
+ github.com/theupdateframework/go-tuf v0.7.0 // indirect
167
167
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
168
168
github.com/tjfoc/gmsm v1.3.2 // indirect
169
169
github.com/vbatts/tar-split v0.11.3 // indirect
170
170
github.com/xanzy/go-gitlab v0.90.0 // indirect
171
- go.mongodb.org/mongo-driver v1.11.3 // indirect
172
- go.opentelemetry.io/otel v1.16 .0 // indirect
173
- go.opentelemetry.io/otel/trace v1.16 .0 // indirect
171
+ go.mongodb.org/mongo-driver v1.13.1 // indirect
172
+ go.opentelemetry.io/otel v1.19 .0 // indirect
173
+ go.opentelemetry.io/otel/trace v1.19 .0 // indirect
174
174
go.uber.org/multierr v1.11.0 // indirect
175
- go.uber.org/zap v1.25 .0 // indirect
176
- golang.org/x/crypto v0.12 .0 // indirect
175
+ go.uber.org/zap v1.26 .0 // indirect
176
+ golang.org/x/crypto v0.18 .0 // indirect
177
177
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
178
- golang.org/x/net v0.14 .0 // indirect
179
- golang.org/x/oauth2 v0.11 .0 // indirect
180
- golang.org/x/sync v0.3 .0 // indirect
181
- golang.org/x/sys v0.13 .0 // indirect
182
- golang.org/x/term v0.11 .0 // indirect
183
- golang.org/x/text v0.12 .0 // indirect
184
- golang.org/x/time v0.3 .0 // indirect
185
- google.golang.org/appengine v1.6.7 // indirect
186
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
187
- google.golang.org/grpc v1.57 .0 // indirect
188
- google.golang.org/protobuf v1.31 .0
178
+ golang.org/x/net v0.20 .0 // indirect
179
+ golang.org/x/oauth2 v0.16 .0 // indirect
180
+ golang.org/x/sync v0.5 .0 // indirect
181
+ golang.org/x/sys v0.16 .0 // indirect
182
+ golang.org/x/term v0.16 .0 // indirect
183
+ golang.org/x/text v0.14 .0 // indirect
184
+ golang.org/x/time v0.5 .0 // indirect
185
+ google.golang.org/appengine v1.6.8 // indirect
186
+ google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
187
+ google.golang.org/grpc v1.59 .0 // indirect
188
+ google.golang.org/protobuf v1.32 .0
189
189
gopkg.in/inf.v0 v0.9.1 // indirect
190
190
gopkg.in/ini.v1 v1.67.0 // indirect
191
191
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
@@ -199,5 +199,5 @@ require (
199
199
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
200
200
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
201
201
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
202
- sigs.k8s.io/yaml v1.3 .0 // indirect
202
+ sigs.k8s.io/yaml v1.4 .0 // indirect
203
203
)
0 commit comments