Skip to content

Commit 96c7f0a

Browse files
fix(deps): update module gocloud.dev to v0.43.0
1 parent 0bda91c commit 96c7f0a

File tree

2 files changed

+181
-42
lines changed

2 files changed

+181
-42
lines changed

go.mod

Lines changed: 57 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,64 @@
11
module github.com/terraform-providers/terraform-provider-postgresql
22

3-
go 1.20
3+
go 1.24
4+
5+
toolchain go1.24.5
46

57
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
8-
github.com/aws/aws-sdk-go-v2 v1.20.0
9-
github.com/aws/aws-sdk-go-v2/config v1.18.32
8+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1
9+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
10+
github.com/aws/aws-sdk-go-v2 v1.36.5
11+
github.com/aws/aws-sdk-go-v2/config v1.29.17
1012
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.2.12
1113
github.com/blang/semver v3.5.1+incompatible
1214
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
1315
github.com/lib/pq v1.10.9
1416
github.com/sean-/postgresql-acl v0.0.0-20161225120419-d10489e5d217
15-
github.com/stretchr/testify v1.8.4
16-
gocloud.dev v0.34.0
17-
golang.org/x/net v0.13.0
18-
golang.org/x/oauth2 v0.10.0
19-
google.golang.org/api v0.134.0
17+
github.com/stretchr/testify v1.10.0
18+
gocloud.dev v0.43.0
19+
golang.org/x/net v0.42.0
20+
golang.org/x/oauth2 v0.30.0
21+
google.golang.org/api v0.242.0
2022
)
2123

2224
require (
25+
cloud.google.com/go/auth v0.16.3 // indirect
26+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2327
cloud.google.com/go/compute v1.23.0 // indirect
24-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
28+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2529
contrib.go.opencensus.io/integrations/ocsql v0.1.7 // indirect
26-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
27-
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
28-
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9 // indirect
30+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
31+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
32+
github.com/GoogleCloudPlatform/cloudsql-proxy v1.37.8 // indirect
33+
github.com/XSAM/otelsql v0.39.0 // indirect
2934
github.com/agext/levenshtein v1.2.3 // indirect
3035
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
31-
github.com/aws/aws-sdk-go-v2/credentials v1.13.31 // indirect
32-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 // indirect
33-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 // indirect
34-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 // indirect
35-
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 // indirect
36-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 // indirect
37-
github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 // indirect
38-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 // indirect
39-
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect
40-
github.com/aws/smithy-go v1.14.0 // indirect
36+
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
37+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
38+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
39+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
40+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
41+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
42+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
43+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
44+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
45+
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
46+
github.com/aws/smithy-go v1.22.4 // indirect
4147
github.com/davecgh/go-spew v1.1.1 // indirect
4248
github.com/fatih/color v1.15.0 // indirect
49+
github.com/felixge/httpsnoop v1.0.4 // indirect
50+
github.com/go-logr/logr v1.4.3 // indirect
51+
github.com/go-logr/stdr v1.2.2 // indirect
4352
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
53+
github.com/golang-jwt/jwt/v5 v5.2.3 // indirect
4454
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
47-
github.com/google/s2a-go v0.1.4 // indirect
48-
github.com/google/uuid v1.3.0 // indirect
49-
github.com/google/wire v0.5.0 // indirect
50-
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
51-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
55+
github.com/golang/protobuf v1.5.4 // indirect
56+
github.com/google/go-cmp v0.7.0 // indirect
57+
github.com/google/s2a-go v0.1.9 // indirect
58+
github.com/google/uuid v1.6.0 // indirect
59+
github.com/google/wire v0.6.0 // indirect
60+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
61+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
5262
github.com/hashicorp/errwrap v1.1.0 // indirect
5363
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
5464
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -77,24 +87,29 @@ require (
7787
github.com/mitchellh/mapstructure v1.5.0 // indirect
7888
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7989
github.com/oklog/run v1.1.0 // indirect
80-
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
90+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
8191
github.com/pmezard/go-difflib v1.0.0 // indirect
8292
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
8393
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
8494
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8595
github.com/zclconf/go-cty v1.13.2 // indirect
8696
go.opencensus.io v0.24.0 // indirect
97+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
98+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
99+
go.opentelemetry.io/otel v1.37.0 // indirect
100+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
101+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
87102
go.uber.org/atomic v1.11.0 // indirect
88103
go.uber.org/multierr v1.11.0 // indirect
89-
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
94-
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
104+
go.uber.org/zap v1.27.0 // indirect
105+
golang.org/x/crypto v0.40.0 // indirect
106+
golang.org/x/mod v0.25.0 // indirect
107+
golang.org/x/sys v0.34.0 // indirect
108+
golang.org/x/text v0.27.0 // indirect
109+
golang.org/x/time v0.12.0 // indirect
110+
google.golang.org/appengine v1.6.8 // indirect
111+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
112+
google.golang.org/grpc v1.73.0 // indirect
113+
google.golang.org/protobuf v1.36.6 // indirect
99114
gopkg.in/yaml.v3 v3.0.1 // indirect
100115
)

0 commit comments

Comments
 (0)