Skip to content

Commit 7cc01da

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.96.0 (#603)
This PR was generated via `$ upgrade-provider pulumi/pulumi-postgresql --kind=bridge --pr-reviewers=iwahbe`. --- - Upgrading pulumi-terraform-bridge from v3.95.0 to v3.96.0.
1 parent 7e53396 commit 7cc01da

File tree

7 files changed

+75
-83
lines changed

7 files changed

+75
-83
lines changed

docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: package
66
---
77
## Installation
88

9-
The postgresql provider is available as a package in all Pulumi languages:
9+
The Postgresql provider is available as a package in all Pulumi languages:
1010

1111
* JavaScript/TypeScript: [`@pulumi/postgresql`](https://www.npmjs.com/package/@pulumi/postgresql)
1212
* Python: [`pulumi-postgresql`](https://pypi.org/project/pulumi-postgresql/)

examples/go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ module github.com/pulumi/pulumi-postgresql/examples/v3
22

33
go 1.21
44

5-
require github.com/pulumi/pulumi/pkg/v3 v3.137.0
5+
require github.com/pulumi/pulumi/pkg/v3 v3.140.0
66

77
require (
88
cloud.google.com/go v0.112.1 // indirect
9-
cloud.google.com/go/compute v1.25.0 // indirect
10-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
9+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
1110
cloud.google.com/go/iam v1.1.6 // indirect
1211
cloud.google.com/go/kms v1.15.7 // indirect
1312
cloud.google.com/go/logging v1.9.0 // indirect
@@ -26,6 +25,7 @@ require (
2625
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
2726
github.com/agext/levenshtein v1.2.3 // indirect
2827
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
28+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2929
github.com/atotto/clipboard v0.1.4 // indirect
3030
github.com/aws/aws-sdk-go v1.50.36 // indirect
3131
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/gofrs/uuid v4.2.0+incompatible // indirect
6868
github.com/gogo/protobuf v1.3.2 // indirect
6969
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
70-
github.com/golang/glog v1.2.0 // indirect
70+
github.com/golang/glog v1.2.2 // indirect
7171
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7272
github.com/golang/protobuf v1.5.4 // indirect
7373
github.com/google/go-querystring v1.1.0 // indirect
@@ -87,7 +87,7 @@ require (
8787
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
8888
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
8989
github.com/hashicorp/hcl v1.0.0 // indirect
90-
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
90+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
9191
github.com/hashicorp/vault/api v1.12.0 // indirect
9292
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9393
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -123,7 +123,7 @@ require (
123123
github.com/pmezard/go-difflib v1.0.0 // indirect
124124
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
125125
github.com/pulumi/esc v0.10.0 // indirect
126-
github.com/pulumi/pulumi/sdk/v3 v3.137.0 // indirect
126+
github.com/pulumi/pulumi/sdk/v3 v3.140.0 // indirect
127127
github.com/rivo/uniseg v0.4.4 // indirect
128128
github.com/rogpeppe/go-internal v1.12.0 // indirect
129129
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -153,25 +153,24 @@ require (
153153
go.uber.org/atomic v1.9.0 // indirect
154154
gocloud.dev v0.37.0 // indirect
155155
gocloud.dev/secrets/hashivault v0.37.0 // indirect
156-
golang.org/x/crypto v0.25.0 // indirect
156+
golang.org/x/crypto v0.26.0 // indirect
157157
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
158158
golang.org/x/mod v0.18.0 // indirect
159-
golang.org/x/net v0.27.0 // indirect
160-
golang.org/x/oauth2 v0.18.0 // indirect
161-
golang.org/x/sync v0.7.0 // indirect
162-
golang.org/x/sys v0.22.0 // indirect
163-
golang.org/x/term v0.22.0 // indirect
164-
golang.org/x/text v0.16.0 // indirect
159+
golang.org/x/net v0.28.0 // indirect
160+
golang.org/x/oauth2 v0.22.0 // indirect
161+
golang.org/x/sync v0.8.0 // indirect
162+
golang.org/x/sys v0.24.0 // indirect
163+
golang.org/x/term v0.23.0 // indirect
164+
golang.org/x/text v0.17.0 // indirect
165165
golang.org/x/time v0.5.0 // indirect
166166
golang.org/x/tools v0.22.0 // indirect
167167
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
168168
google.golang.org/api v0.169.0 // indirect
169-
google.golang.org/appengine v1.6.8 // indirect
170169
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
171-
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
172-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
173-
google.golang.org/grpc v1.63.2 // indirect
174-
google.golang.org/protobuf v1.33.0 // indirect
170+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
171+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
172+
google.golang.org/grpc v1.67.1 // indirect
173+
google.golang.org/protobuf v1.35.1 // indirect
175174
gopkg.in/warnings.v0 v0.1.2 // indirect
176175
gopkg.in/yaml.v3 v3.0.1 // indirect
177176
lukechampine.com/frand v1.4.2 // indirect

0 commit comments

Comments
 (0)