Skip to content

Commit 4453266

Browse files
Update module github.com/sigstore/sigstore/pkg/signature/kms/aws to v1.9.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 920fbdc commit 4453266

File tree

2 files changed

+98
-95
lines changed

2 files changed

+98
-95
lines changed

go.mod

+32-31
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/prometheus/common v0.60.0
2626
github.com/rs/cors v1.11.1
2727
github.com/sigstore/sigstore v1.8.9
28-
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.9
28+
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.9.1
2929
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.8.9
3030
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.9
3131
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.9
@@ -41,7 +41,7 @@ require (
4141
google.golang.org/api v0.214.0
4242
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
4343
google.golang.org/grpc v1.69.2
44-
google.golang.org/protobuf v1.36.0
44+
google.golang.org/protobuf v1.36.5
4545
gopkg.in/yaml.v3 v3.0.1
4646
sigs.k8s.io/release-utils v0.8.5
4747
)
@@ -62,21 +62,21 @@ require (
6262
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
6363
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
6464
github.com/PaesslerAG/gval v1.0.0 // indirect
65-
github.com/aws/aws-sdk-go v1.55.5 // indirect
66-
github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect
67-
github.com/aws/aws-sdk-go-v2/config v1.27.37 // indirect
68-
github.com/aws/aws-sdk-go-v2/credentials v1.17.35 // indirect
69-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 // indirect
70-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 // indirect
71-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 // indirect
72-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // 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/kms v1.35.7 // indirect
76-
github.com/aws/aws-sdk-go-v2/service/sso v1.23.1 // indirect
77-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.1 // indirect
78-
github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 // indirect
79-
github.com/aws/smithy-go v1.21.0 // indirect
65+
github.com/aws/aws-sdk-go v1.55.6 // indirect
66+
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
67+
github.com/aws/aws-sdk-go-v2/config v1.29.9 // indirect
68+
github.com/aws/aws-sdk-go-v2/credentials v1.17.62 // indirect
69+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
70+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
71+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
72+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
73+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
74+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
75+
github.com/aws/aws-sdk-go-v2/service/kms v1.38.1 // indirect
76+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.1 // indirect
77+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.1 // indirect
78+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
79+
github.com/aws/smithy-go v1.22.2 // indirect
8080
github.com/beorn7/perks v1.0.1 // indirect
8181
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
8282
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/go-logr/stdr v1.2.2 // indirect
9090
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
9191
github.com/golang/protobuf v1.5.4 // indirect
92-
github.com/google/go-containerregistry v0.20.2 // indirect
92+
github.com/google/go-containerregistry v0.20.3 // indirect
9393
github.com/google/s2a-go v0.1.8 // indirect
9494
github.com/google/uuid v1.6.0 // indirect
9595
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
@@ -107,7 +107,7 @@ require (
107107
github.com/inconshreveable/mousetrap v1.1.0 // indirect
108108
github.com/jellydator/ttlcache/v3 v3.3.0 // indirect
109109
github.com/jmespath/go-jmespath v0.4.0 // indirect
110-
github.com/klauspost/compress v1.17.9 // indirect
110+
github.com/klauspost/compress v1.17.11 // indirect
111111
github.com/kylelemons/godebug v1.1.0 // indirect
112112
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
113113
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -122,7 +122,7 @@ require (
122122
github.com/ryanuber/go-glob v1.0.0 // indirect
123123
github.com/sagikazarmark/locafero v0.4.0 // indirect
124124
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
125-
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
125+
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
126126
github.com/segmentio/ksuid v1.0.4 // indirect
127127
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
128128
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -131,25 +131,26 @@ require (
131131
github.com/subosito/gotenv v1.6.0 // indirect
132132
github.com/thales-e-security/pool v0.0.2 // indirect
133133
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
134+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
134135
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
135-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
136-
go.opentelemetry.io/otel v1.31.0 // indirect
136+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
137+
go.opentelemetry.io/otel v1.33.0 // indirect
137138
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
138139
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
139-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
140-
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
141-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
140+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
141+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
142+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
142143
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
143144
go.uber.org/multierr v1.11.0 // indirect
144145
goa.design/goa v2.2.5+incompatible // indirect
145-
golang.org/x/crypto v0.32.0 // indirect
146+
golang.org/x/crypto v0.35.0 // indirect
146147
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
147148
golang.org/x/net v0.33.0 // indirect
148-
golang.org/x/oauth2 v0.24.0 // indirect
149-
golang.org/x/sync v0.10.0 // indirect
150-
golang.org/x/sys v0.29.0 // indirect
151-
golang.org/x/term v0.28.0 // indirect
152-
golang.org/x/text v0.21.0 // indirect
149+
golang.org/x/oauth2 v0.25.0 // indirect
150+
golang.org/x/sync v0.11.0 // indirect
151+
golang.org/x/sys v0.30.0 // indirect
152+
golang.org/x/term v0.29.0 // indirect
153+
golang.org/x/text v0.22.0 // indirect
153154
golang.org/x/time v0.8.0 // indirect
154155
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
155156
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect

0 commit comments

Comments
 (0)