Skip to content

Commit 1794621

Browse files
committed
Update sigstore/sigstore to v1.9.1 in examples
Signed-off-by: Riccardo Schirone <[email protected]>
1 parent c67a77c commit 1794621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/oci-image-verification/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/sigstore/sigstore-go => ../../
99
require (
1010
github.com/google/go-containerregistry v0.20.3
1111
github.com/sigstore/protobuf-specs v0.4.0
12-
github.com/sigstore/sigstore v1.9.0
12+
github.com/sigstore/sigstore v1.9.1
1313
github.com/sigstore/sigstore-go v0.6.2
1414
)
1515

examples/oci-image-verification/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ github.com/sigstore/protobuf-specs v0.4.0 h1:yoZbdh0kZYKOSiVbYyA8J3f2wLh5aUk2SQB
281281
github.com/sigstore/protobuf-specs v0.4.0/go.mod h1:FKW5NYhnnFQ/Vb9RKtQk91iYd0MKJ9AxyqInEwU6+OI=
282282
github.com/sigstore/rekor v1.3.9 h1:sUjRpKVh/hhgqGMs0t+TubgYsksArZ6poLEC3MsGAzU=
283283
github.com/sigstore/rekor v1.3.9/go.mod h1:xThNUhm6eNEmkJ/SiU/FVU7pLY2f380fSDZFsdDWlcM=
284-
github.com/sigstore/sigstore v1.9.0 h1:zUfcKbp8RiJ4wEmA4nvcnEySQAqzF1NtV+v6rVzLwNY=
285-
github.com/sigstore/sigstore v1.9.0/go.mod h1:zUoATYzR1J3rLNp3jmp4fzIJtWdhC3ZM6MnpcBtnsE4=
284+
github.com/sigstore/sigstore v1.9.1 h1:bNMsfFATsMPaagcf+uppLk4C9rQZ2dh5ysmCxQBYWaw=
285+
github.com/sigstore/sigstore v1.9.1/go.mod h1:zUoATYzR1J3rLNp3jmp4fzIJtWdhC3ZM6MnpcBtnsE4=
286286
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.12 h1:EC3UmIaa7nV9sCgSpVevmvgvTYTkMqyrRbj5ojPp7tE=
287287
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.12/go.mod h1:aw60vs3crnQdM/DYH+yF2P0MVKtItwAX34nuaMrY7Lk=
288288
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.8.12 h1:FPpliDTywSy0woLHMAdmTSZ5IS/lVBZ0dY0I+2HmnSY=

0 commit comments

Comments
 (0)