Skip to content

Commit 435a131

Browse files
Bump golang.org/x/oauth2
Bumps the go_modules group with 1 update in the /internal/aws/k8s directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.9.0 to 0.27.0 - [Commits](golang/oauth2@v0.9.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd5c49b commit 435a131

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

internal/aws/k8s/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/k8s
22

3-
go 1.19
3+
go 1.23.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.44.295
@@ -39,12 +39,11 @@ require (
3939
go.uber.org/atomic v1.10.0 // indirect
4040
go.uber.org/multierr v1.11.0 // indirect
4141
golang.org/x/net v0.11.0 // indirect
42-
golang.org/x/oauth2 v0.9.0 // indirect
42+
golang.org/x/oauth2 v0.27.0 // indirect
4343
golang.org/x/sys v0.9.0 // indirect
4444
golang.org/x/term v0.9.0 // indirect
4545
golang.org/x/text v0.10.0 // indirect
4646
golang.org/x/time v0.3.0 // indirect
47-
google.golang.org/appengine v1.6.7 // indirect
4847
google.golang.org/protobuf v1.31.0 // indirect
4948
gopkg.in/inf.v0 v0.9.1 // indirect
5049
gopkg.in/yaml.v2 v2.4.0 // indirect

internal/aws/k8s/go.sum

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)