Skip to content

Commit 23e23e9

Browse files
build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.27.0. - [Commits](golang/oauth2@v0.10.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d47c465 commit 23e23e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ require (
1313
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.2.12
1414
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1
1515
github.com/blang/semver v3.5.1+incompatible
16+
github.com/hashicorp/go-cty v1.5.0
1617
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
1718
github.com/lib/pq v1.10.9
1819
github.com/sean-/postgresql-acl v0.0.0-20161225120419-d10489e5d217
1920
github.com/stretchr/testify v1.9.0
2021
gocloud.dev v0.34.0
2122
golang.org/x/net v0.39.0
22-
golang.org/x/oauth2 v0.26.0
23+
golang.org/x/oauth2 v0.27.0
2324
google.golang.org/api v0.134.0
2425
)
2526

@@ -55,7 +56,6 @@ require (
5556
github.com/hashicorp/errwrap v1.1.0 // indirect
5657
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
5758
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
58-
github.com/hashicorp/go-cty v1.5.0 // indirect
5959
github.com/hashicorp/go-hclog v1.6.3 // indirect
6060
github.com/hashicorp/go-multierror v1.1.1 // indirect
6161
github.com/hashicorp/go-plugin v1.6.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,8 +1522,8 @@ golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw
15221522
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
15231523
golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE=
15241524
golang.org/x/oauth2 v0.10.0/go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI=
1525-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
1526-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1525+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
1526+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
15271527
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
15281528
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
15291529
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)