1
1
module github.com/terraform-providers/terraform-provider-postgresql
2
2
3
- go 1.20
3
+ go 1.22.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.36 .1
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.34 .0
20
+ golang.org/x/oauth2 v0.23 .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.5.2 // 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.3 // 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.3.7 // 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
49
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
50
+ github.com/golang/protobuf v1.5.4 // indirect
51
+ github.com/google/go-cmp v0.6.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
60
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
56
- github.com/hashicorp/go-hclog 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.2 // 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.1 // 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.22.0 // indirect
71
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
72
+ github.com/hashicorp/terraform-plugin-go v0.26 .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.4 // 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.33.0 // indirect
97
+ golang.org/x/mod v0.22.0 // indirect
98
+ golang.org/x/sync v0.11.0 // indirect
99
+ golang.org/x/sys v0.30.0 // indirect
100
+ golang.org/x/text v0.22.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-20241015192408-796eee8c2d53 // indirect
105
+ google.golang.org/grpc v1.69.4 // indirect
106
+ google.golang.org/protobuf v1.36.3 // indirect
99
107
gopkg.in/yaml.v3 v3.0.1 // indirect
100
108
)
0 commit comments