From 38308e81818e18e9fa815be7017f0be7406f9782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:42:32 +0000 Subject: [PATCH] deps(deps): bump github.com/aws/aws-sdk-go-v2/service/ssooidc Bumps [github.com/aws/aws-sdk-go-v2/service/ssooidc](https://github.com/aws/aws-sdk-go-v2) from 1.22.0 to 1.35.21. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.0...service/pi/v1.35.21) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc dependency-version: 1.35.21 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- aws/go.mod | 2 +- etcd/go.mod | 4 ++-- go.mod | 2 +- prometheus/go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aws/go.mod b/aws/go.mod index 8d9e47f..271ba84 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -19,7 +19,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.0 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.0 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.19.0 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.22.0 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.27.0 // indirect github.com/aws/smithy-go v1.25.1 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect diff --git a/etcd/go.mod b/etcd/go.mod index b131d2f..b93ea47 100644 --- a/etcd/go.mod +++ b/etcd/go.mod @@ -11,7 +11,7 @@ require ( github.com/coreos/go-semver v0.3.1 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect - google.golang.org/protobuf v1.36.11 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect github.com/pelletier/go-toml/v2 v2.3.1 // indirect go.etcd.io/etcd/api/v3 v3.6.11 // indirect @@ -25,7 +25,7 @@ require ( google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect google.golang.org/grpc v1.79.3 // indirect - google.golang.org/protobuf v1.36.10 // indirect + google.golang.org/protobuf v1.36.11 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.mod b/go.mod index 033d5bf..cd64847 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.41.7 // indirect github.com/aws/aws-sdk-go-v2/service/ssm v1.52.0 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.19.0 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.22.0 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.27.0 // indirect github.com/aws/smithy-go v1.25.1 // indirect github.com/cenkalti/backoff/v4 v4.3.0 // indirect diff --git a/prometheus/go.mod b/prometheus/go.mod index e9eb0a1..0d621ec 100644 --- a/prometheus/go.mod +++ b/prometheus/go.mod @@ -17,7 +17,7 @@ require ( github.com/prometheus/common v0.62.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect golang.org/x/sys v0.42.0 // indirect - google.golang.org/protobuf v1.36.10 // indirect + google.golang.org/protobuf v1.36.11 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )