File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
github.com/sigstore/sigstore/pkg/signature/kms Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/google/go-containerregistry v0.20.4
9
9
github.com/sigstore/cosign/v2 v2.5.0
10
10
github.com/sigstore/rekor v1.3.10
11
- github.com/sigstore/sigstore v1.9.4
11
+ github.com/sigstore/sigstore v1.9.5
12
12
github.com/sirupsen/logrus v1.9.3
13
13
github.com/theupdateframework/go-tuf v0.7.0
14
14
)
Original file line number Diff line number Diff line change @@ -482,8 +482,8 @@ github.com/sigstore/protobuf-specs v0.4.1 h1:5SsMqZbdkcO/DNHudaxuCUEjj6x29tS2Xby
482
482
github.com/sigstore/protobuf-specs v0.4.1 /go.mod h1:+gXR+38nIa2oEupqDdzg4qSBT0Os+sP7oYv6alWewWc =
483
483
github.com/sigstore/rekor v1.3.10 h1:/mSvRo4MZ/59ECIlARhyykAlQlkmeAQpvBPlmJtZOCU =
484
484
github.com/sigstore/rekor v1.3.10 /go.mod h1:JvryKJ40O0XA48MdzYUPu0y4fyvqt0C4iSY7ri9iu3A =
485
- github.com/sigstore/sigstore v1.9.4 h1:64+OGed80+A4mRlNzRd055vFcgBeDghjZw24rPLZgDU =
486
- github.com/sigstore/sigstore v1.9.4 /go.mod h1:Q7tGTC3gbtK7c3jcxEmGc2MmK4rRpIRzi3bxRFWKvEY =
485
+ github.com/sigstore/sigstore v1.9.5 h1:Wm1LT9yF4LhQdEMy5A2JeGRHTrAWGjT3ubE5JUSrGVU =
486
+ github.com/sigstore/sigstore v1.9.5 /go.mod h1:VtxgvGqCmEZN9X2zhFSOkfXxvKUjpy8RpUW39oCtoII =
487
487
github.com/sigstore/sigstore-go v0.7.1 h1:lyzi3AjO6+BHc5zCf9fniycqPYOt3RaC08M/FRmQhVY =
488
488
github.com/sigstore/sigstore-go v0.7.1 /go.mod h1:AIRj4I3LC82qd07VFm3T2zXYiddxeBV1k/eoS8nTz0E =
489
489
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.9.1 h1:/YcNq687WnXpIRXl04nLfJX741G4iW+w+7Nem2Zy0f4 =
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ github.com/sigstore/rekor/pkg/types/rekord
398
398
github.com/sigstore/rekor/pkg/types/rekord/v0.0.1
399
399
github.com/sigstore/rekor/pkg/util
400
400
github.com/sigstore/rekor/pkg/verify
401
- # github.com/sigstore/sigstore v1.9.4
401
+ # github.com/sigstore/sigstore v1.9.5
402
402
## explicit; go 1.23.0
403
403
github.com/sigstore/sigstore/pkg/cryptoutils
404
404
github.com/sigstore/sigstore/pkg/signature
You can’t perform that action at this time.
0 commit comments