Skip to content

Commit d64edd1

Browse files
chore(deps): update go dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 80a4789 commit d64edd1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.41.4 // indirect
88
github.com/golang/snappy v1.0.0 // indirect
99
github.com/google/go-cmp v0.7.0
10-
github.com/google/go-containerregistry v0.21.1
11-
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20260224031529-85f2bf5f7303
12-
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20260224031529-85f2bf5f7303
10+
github.com/google/go-containerregistry v0.21.3
11+
github.com/google/go-containerregistry/pkg/authn/k8schain bf0f7103d474
12+
github.com/google/go-containerregistry/pkg/authn/kubernetes bf0f7103d474
1313
github.com/hashicorp/errwrap v1.1.0
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/go-multierror v1.1.1
@@ -21,12 +21,12 @@ require (
2121
github.com/hashicorp/golang-lru v1.0.2
2222
github.com/hashicorp/hcl v1.0.1-vault-7
2323
github.com/kelseyhightower/envconfig v1.4.0
24-
github.com/letsencrypt/boulder v0.20260317.0
24+
github.com/letsencrypt/boulder v0.20260324.0
2525
github.com/mitchellh/go-homedir v1.1.0
2626
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
2727
github.com/ryanuber/go-glob v1.0.0
2828
github.com/sigstore/cosign/v2 v2.5.0
29-
github.com/sigstore/rekor v1.5.0
29+
github.com/sigstore/rekor v1.5.1
3030
github.com/sigstore/sigstore v1.10.4
3131
github.com/stretchr/testify v1.11.1
3232
github.com/theupdateframework/go-tuf v0.7.0
@@ -62,7 +62,7 @@ require (
6262
github.com/docker/go-connections v0.6.0
6363
github.com/go-jose/go-jose/v4 v4.1.3
6464
github.com/sigstore/protobuf-specs v0.5.0
65-
github.com/sigstore/scaffolding v0.7.22
65+
github.com/sigstore/scaffolding v0.7.33
6666
github.com/sigstore/sigstore-go v1.1.4
6767
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.4
6868
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.10.4
@@ -84,7 +84,7 @@ require (
8484
cloud.google.com/go/auth v0.19.0 // indirect
8585
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
8686
cloud.google.com/go/compute/metadata v0.9.0 // indirect
87-
cloud.google.com/go/iam v1.5.3 // indirect
87+
cloud.google.com/go/iam v1.6.0 // indirect
8888
cloud.google.com/go/kms v1.26.0 // indirect
8989
cloud.google.com/go/longrunning v0.8.0 // indirect
9090
cuelang.org/go v0.16.0 // indirect
@@ -104,7 +104,7 @@ require (
104104
github.com/AzureAD/microsoft-authentication-library-for-go v1.7.0 // indirect
105105
github.com/Microsoft/go-winio v0.6.2 // indirect
106106
github.com/ProtonMail/go-crypto v1.4.1 // indirect
107-
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
107+
github.com/ThalesIgnite/crypto11 v1.6.0 // indirect
108108
github.com/agnivade/levenshtein v1.2.1 // indirect
109109
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect
110110
github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect
@@ -304,7 +304,7 @@ require (
304304
golang.org/x/text v0.35.0 // indirect
305305
golang.org/x/tools v0.43.0 // indirect
306306
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
307-
google.golang.org/api v0.272.0 // indirect
307+
google.golang.org/api v0.273.0 // indirect
308308
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
309309
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 // indirect
310310
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect

0 commit comments

Comments
 (0)