@@ -3,27 +3,28 @@ module github.com/terraform-providers/terraform-provider-postgresql
3
3
go 1.20
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0
7
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3 .0
6
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
7
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6 .0
8
8
github.com/aws/aws-sdk-go-v2 v1.20.0
9
9
github.com/aws/aws-sdk-go-v2/config v1.18.32
10
10
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.2.12
11
11
github.com/blang/semver v3.5.1+incompatible
12
12
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
13
13
github.com/lib/pq v1.10.9
14
14
github.com/sean-/postgresql-acl v0.0.0-20161225120419-d10489e5d217
15
- github.com/stretchr/testify v1.8.4
15
+ github.com/stretchr/testify v1.9.0
16
16
gocloud.dev v0.34.0
17
- golang.org/x/net v0.13 .0
17
+ golang.org/x/net v0.26 .0
18
18
golang.org/x/oauth2 v0.10.0
19
+ google.golang.org/api v0.134.0
19
20
)
20
21
21
22
require (
22
23
cloud.google.com/go/compute v1.23.0 // indirect
23
24
cloud.google.com/go/compute/metadata v0.2.3 // indirect
24
25
contrib.go.opencensus.io/integrations/ocsql v0.1.7 // indirect
25
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.3 .0 // indirect
26
- github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
26
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.8 .0 // indirect
27
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
27
28
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9 // indirect
28
29
github.com/agext/levenshtein v1.2.3 // indirect
29
30
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -39,12 +40,12 @@ require (
39
40
github.com/aws/smithy-go v1.14.0 // indirect
40
41
github.com/davecgh/go-spew v1.1.1 // indirect
41
42
github.com/fatih/color v1.15.0 // indirect
42
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
43
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
43
44
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
44
45
github.com/golang/protobuf v1.5.3 // indirect
45
46
github.com/google/go-cmp v0.5.9 // indirect
46
47
github.com/google/s2a-go v0.1.4 // indirect
47
- github.com/google/uuid v1.3 .0 // indirect
48
+ github.com/google/uuid v1.6 .0 // indirect
48
49
github.com/google/wire v0.5.0 // indirect
49
50
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
50
51
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
@@ -76,7 +77,7 @@ require (
76
77
github.com/mitchellh/mapstructure v1.5.0 // indirect
77
78
github.com/mitchellh/reflectwalk v1.0.2 // indirect
78
79
github.com/oklog/run v1.1.0 // indirect
79
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
80
+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
80
81
github.com/pmezard/go-difflib v1.0.0 // indirect
81
82
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
82
83
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
@@ -86,15 +87,14 @@ require (
86
87
go.uber.org/atomic v1.11.0 // indirect
87
88
go.uber.org/multierr v1.11.0 // indirect
88
89
go.uber.org/zap v1.24.0 // indirect
89
- golang.org/x/crypto v0.17 .0 // indirect
90
- golang.org/x/mod v0.10 .0 // indirect
91
- golang.org/x/sys v0.15 .0 // indirect
92
- golang.org/x/text v0.14 .0 // indirect
90
+ golang.org/x/crypto v0.24 .0 // indirect
91
+ golang.org/x/mod v0.17 .0 // indirect
92
+ golang.org/x/sys v0.21 .0 // indirect
93
+ golang.org/x/text v0.16 .0 // indirect
93
94
golang.org/x/time v0.3.0 // indirect
94
- google.golang.org/api v0.134.0 // indirect
95
95
google.golang.org/appengine v1.6.7 // indirect
96
96
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
97
97
google.golang.org/grpc v1.57.0 // indirect
98
- google.golang.org/protobuf v1.31 .0 // indirect
98
+ google.golang.org/protobuf v1.33 .0 // indirect
99
99
gopkg.in/yaml.v3 v3.0.1 // indirect
100
100
)
0 commit comments