1
1
module github.com/terraform-providers/terraform-provider-postgresql
2
2
3
- go 1.20
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0
@@ -9,25 +11,27 @@ require (
9
11
github.com/aws/aws-sdk-go-v2/config v1.18.32
10
12
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.2.12
11
13
github.com/blang/semver v3.5.1+incompatible
12
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
14
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
13
15
github.com/lib/pq v1.10.9
14
16
github.com/sean-/postgresql-acl v0.0.0-20161225120419-d10489e5d217
15
17
github.com/stretchr/testify v1.8.4
16
18
gocloud.dev v0.34.0
17
- golang.org/x/net v0.13 .0
18
- golang.org/x/oauth2 v0.10 .0
19
+ golang.org/x/net v0.39 .0
20
+ golang.org/x/oauth2 v0.26 .0
19
21
google.golang.org/api v0.134.0
20
22
)
21
23
22
24
require (
23
25
cloud.google.com/go/compute v1.23.0 // indirect
24
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
26
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
25
27
contrib.go.opencensus.io/integrations/ocsql v0.1.7 // indirect
26
28
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
27
29
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
28
30
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9 // indirect
31
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
29
32
github.com/agext/levenshtein v1.2.3 // indirect
30
33
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
34
+ github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
31
35
github.com/aws/aws-sdk-go-v2/credentials v1.13.31 // indirect
32
36
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 // indirect
33
37
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 // indirect
@@ -38,39 +42,41 @@ require (
38
42
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 // indirect
39
43
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect
40
44
github.com/aws/smithy-go v1.14.0 // indirect
45
+ github.com/cloudflare/circl v1.6.0 // indirect
41
46
github.com/davecgh/go-spew v1.1.1 // indirect
42
- github.com/fatih/color v1.15 .0 // indirect
47
+ github.com/fatih/color v1.16 .0 // indirect
43
48
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
44
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
45
- github.com/golang/protobuf v1.5.3 // indirect
46
- github.com/google/go-cmp v0.5.9 // indirect
49
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
50
+ github.com/golang/protobuf v1.5.4 // indirect
51
+ github.com/google/go-cmp v0.7.0 // indirect
47
52
github.com/google/s2a-go v0.1.4 // indirect
48
- github.com/google/uuid v1.3 .0 // indirect
53
+ github.com/google/uuid v1.6 .0 // indirect
49
54
github.com/google/wire v0.5.0 // indirect
50
55
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
51
56
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
52
57
github.com/hashicorp/errwrap v1.1.0 // indirect
53
58
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
54
59
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
55
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
56
- github.com/hashicorp/go-hclog v1.5.0 // indirect
60
+ github.com/hashicorp/go-cty v1.5.0 // indirect
61
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
57
62
github.com/hashicorp/go-multierror v1.1.1 // indirect
58
- github.com/hashicorp/go-plugin v1.4.10 // indirect
63
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
64
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
59
65
github.com/hashicorp/go-uuid v1.0.3 // indirect
60
- github.com/hashicorp/go-version v1.6 .0 // indirect
61
- github.com/hashicorp/hc-install v0.5.0 // indirect
62
- github.com/hashicorp/hcl/v2 v2.17 .0 // indirect
66
+ github.com/hashicorp/go-version v1.7 .0 // indirect
67
+ github.com/hashicorp/hc-install v0.9.2 // indirect
68
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
63
69
github.com/hashicorp/logutils v1.0.0 // indirect
64
- github.com/hashicorp/terraform-exec v0.18.1 // indirect
65
- github.com/hashicorp/terraform-json v0.16 .0 // indirect
66
- github.com/hashicorp/terraform-plugin-go v0.15 .0 // indirect
70
+ github.com/hashicorp/terraform-exec v0.23.0 // indirect
71
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
72
+ github.com/hashicorp/terraform-plugin-go v0.27 .0 // indirect
67
73
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
68
- github.com/hashicorp/terraform-registry-address v0.2.1 // indirect
74
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
69
75
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
70
76
github.com/hashicorp/yamux v0.1.1 // indirect
71
77
github.com/kylelemons/godebug v1.1.0 // indirect
72
78
github.com/mattn/go-colorable v0.1.13 // indirect
73
- github.com/mattn/go-isatty v0.0.19 // indirect
79
+ github.com/mattn/go-isatty v0.0.20 // indirect
74
80
github.com/mitchellh/copystructure v1.2.0 // indirect
75
81
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
76
82
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -80,21 +86,23 @@ require (
80
86
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
81
87
github.com/pmezard/go-difflib v1.0.0 // indirect
82
88
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
83
- github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
89
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
84
90
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
85
- github.com/zclconf/go-cty v1.13 .2 // indirect
91
+ github.com/zclconf/go-cty v1.16 .2 // indirect
86
92
go.opencensus.io v0.24.0 // indirect
87
93
go.uber.org/atomic v1.11.0 // indirect
88
94
go.uber.org/multierr v1.11.0 // indirect
89
95
go.uber.org/zap v1.24.0 // indirect
90
- golang.org/x/crypto v0.11.0 // indirect
91
- golang.org/x/mod v0.10.0 // indirect
92
- golang.org/x/sys v0.10.0 // indirect
93
- golang.org/x/text v0.11.0 // indirect
96
+ golang.org/x/crypto v0.38.0 // indirect
97
+ golang.org/x/mod v0.24.0 // indirect
98
+ golang.org/x/sync v0.14.0 // indirect
99
+ golang.org/x/sys v0.33.0 // indirect
100
+ golang.org/x/text v0.25.0 // indirect
94
101
golang.org/x/time v0.3.0 // indirect
95
- google.golang.org/appengine v1.6.7 // indirect
96
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
97
- google.golang.org/grpc v1.57.0 // indirect
98
- google.golang.org/protobuf v1.31.0 // indirect
102
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
103
+ google.golang.org/appengine v1.6.8 // indirect
104
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
105
+ google.golang.org/grpc v1.72.1 // indirect
106
+ google.golang.org/protobuf v1.36.6 // indirect
99
107
gopkg.in/yaml.v3 v3.0.1 // indirect
100
108
)
0 commit comments