File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1522,8 +1522,8 @@ golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw
15221522golang.org/x/oauth2 v0.7.0 /go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4 =
15231523golang.org/x/oauth2 v0.8.0 /go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE =
15241524golang.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 =
15271527golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
15281528golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
15291529golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments