Skip to content

Commit 0e76f18

Browse files
authored
Upgrade terraform-provider-postgresql to v1.21.0 (#269)
Looking good! No breaking changes found. No new resources/functions.
1 parent e833741 commit 0e76f18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1841
-514
lines changed

examples/go.mod

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

33
go 1.21
44

5-
require github.com/pulumi/pulumi/pkg/v3 v3.75.0
5+
require github.com/pulumi/pulumi/pkg/v3 v3.81.0
66

77
require (
8-
cloud.google.com/go v0.110.0 // indirect
9-
cloud.google.com/go/compute v1.19.1 // indirect
8+
cloud.google.com/go v0.110.4 // indirect
9+
cloud.google.com/go/compute v1.20.1 // indirect
1010
cloud.google.com/go/compute/metadata v0.2.3 // indirect
11-
cloud.google.com/go/iam v0.13.0 // indirect
12-
cloud.google.com/go/kms v1.10.1 // indirect
11+
cloud.google.com/go/iam v1.1.1 // indirect
12+
cloud.google.com/go/kms v1.12.1 // indirect
1313
cloud.google.com/go/logging v1.7.0 // indirect
14-
cloud.google.com/go/longrunning v0.4.1 // indirect
15-
cloud.google.com/go/storage v1.29.0 // indirect
14+
cloud.google.com/go/longrunning v0.5.1 // indirect
15+
cloud.google.com/go/storage v1.30.1 // indirect
1616
github.com/AlecAivazis/survey/v2 v2.0.5 // indirect
1717
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
1818
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect
@@ -38,7 +38,8 @@ require (
3838
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
3939
github.com/armon/go-metrics v0.4.0 // indirect
4040
github.com/armon/go-radix v1.0.0 // indirect
41-
github.com/aws/aws-sdk-go v1.44.214 // indirect
41+
github.com/atotto/clipboard v0.1.4 // indirect
42+
github.com/aws/aws-sdk-go v1.44.298 // indirect
4243
github.com/aws/aws-sdk-go-v2 v1.17.3 // indirect
4344
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect
4445
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect
@@ -58,14 +59,19 @@ require (
5859
github.com/aws/aws-sdk-go-v2/service/sso v1.11.13 // indirect
5960
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 // indirect
6061
github.com/aws/smithy-go v1.13.5 // indirect
62+
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6163
github.com/blang/semver v3.5.1+incompatible // indirect
6264
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
65+
github.com/charmbracelet/bubbles v0.16.1 // indirect
66+
github.com/charmbracelet/bubbletea v0.24.2 // indirect
67+
github.com/charmbracelet/lipgloss v0.7.1 // indirect
6368
github.com/cheggaaa/pb v1.0.29 // indirect
6469
github.com/cloudflare/circl v1.3.3 // indirect
70+
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
6571
github.com/davecgh/go-spew v1.1.1 // indirect
6672
github.com/dimchansky/utfbom v1.1.1 // indirect
6773
github.com/djherbis/times v1.5.0 // indirect
68-
github.com/dustin/go-humanize v1.0.0 // indirect
74+
github.com/dustin/go-humanize v1.0.1 // indirect
6975
github.com/edsrzf/mmap-go v1.1.0 // indirect
7076
github.com/emirpasic/gods v1.18.1 // indirect
7177
github.com/fatih/color v1.13.0 // indirect
@@ -82,10 +88,11 @@ require (
8288
github.com/golang/snappy v0.0.4 // indirect
8389
github.com/google/go-cmp v0.5.9 // indirect
8490
github.com/google/go-querystring v1.1.0 // indirect
91+
github.com/google/s2a-go v0.1.4 // indirect
8592
github.com/google/uuid v1.3.0 // indirect
8693
github.com/google/wire v0.5.0 // indirect
8794
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
88-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
95+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
8996
github.com/gorilla/mux v1.8.0 // indirect
9097
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
9198
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -117,9 +124,11 @@ require (
117124
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
118125
github.com/kevinburke/ssh_config v1.2.0 // indirect
119126
github.com/kylelemons/godebug v1.1.0 // indirect
127+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
120128
github.com/mattn/go-colorable v0.1.12 // indirect
121-
github.com/mattn/go-isatty v0.0.14 // indirect
122-
github.com/mattn/go-runewidth v0.0.13 // indirect
129+
github.com/mattn/go-isatty v0.0.18 // indirect
130+
github.com/mattn/go-localereader v0.0.1 // indirect
131+
github.com/mattn/go-runewidth v0.0.14 // indirect
123132
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
124133
github.com/mitchellh/copystructure v1.2.0 // indirect
125134
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -130,7 +139,10 @@ require (
130139
github.com/mitchellh/reflectwalk v1.0.2 // indirect
131140
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
132141
github.com/modern-go/reflect2 v1.0.2 // indirect
142+
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
133143
github.com/muesli/cancelreader v0.2.2 // indirect
144+
github.com/muesli/reflow v0.3.0 // indirect
145+
github.com/muesli/termenv v0.15.1 // indirect
134146
github.com/natefinch/atomic v1.0.1 // indirect
135147
github.com/oklog/run v1.1.0 // indirect
136148
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -142,15 +154,15 @@ require (
142154
github.com/pkg/errors v0.9.1 // indirect
143155
github.com/pkg/term v1.1.0 // indirect
144156
github.com/pmezard/go-difflib v1.0.0 // indirect
145-
github.com/pulumi/pulumi/sdk/v3 v3.75.0 // indirect
157+
github.com/pulumi/pulumi/sdk/v3 v3.81.0 // indirect
146158
github.com/rivo/uniseg v0.4.4 // indirect
147159
github.com/rogpeppe/go-internal v1.9.0 // indirect
148160
github.com/ryanuber/go-glob v1.0.0 // indirect
149161
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
150162
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
151163
github.com/segmentio/asm v1.1.3 // indirect
152164
github.com/segmentio/encoding v0.3.5 // indirect
153-
github.com/sergi/go-diff v1.2.0 // indirect
165+
github.com/sergi/go-diff v1.3.1 // indirect
154166
github.com/skeema/knownhosts v1.1.0 // indirect
155167
github.com/spf13/cobra v1.7.0 // indirect
156168
github.com/spf13/pflag v1.0.5 // indirect
@@ -168,21 +180,23 @@ require (
168180
go.uber.org/atomic v1.9.0 // indirect
169181
gocloud.dev v0.27.0 // indirect
170182
gocloud.dev/secrets/hashivault v0.27.0 // indirect
171-
golang.org/x/crypto v0.7.0 // indirect
183+
golang.org/x/crypto v0.9.0 // indirect
172184
golang.org/x/mod v0.10.0 // indirect
173-
golang.org/x/net v0.9.0 // indirect
174-
golang.org/x/oauth2 v0.7.0 // indirect
175-
golang.org/x/sync v0.1.0 // indirect
176-
golang.org/x/sys v0.7.0 // indirect
177-
golang.org/x/term v0.7.0 // indirect
185+
golang.org/x/net v0.10.0 // indirect
186+
golang.org/x/oauth2 v0.8.0 // indirect
187+
golang.org/x/sync v0.2.0 // indirect
188+
golang.org/x/sys v0.9.0 // indirect
189+
golang.org/x/term v0.8.0 // indirect
178190
golang.org/x/text v0.9.0 // indirect
179191
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
180192
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
181-
google.golang.org/api v0.114.0 // indirect
193+
google.golang.org/api v0.126.0 // indirect
182194
google.golang.org/appengine v1.6.7 // indirect
183-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
184-
google.golang.org/grpc v1.56.1 // indirect
185-
google.golang.org/protobuf v1.30.0 // indirect
195+
google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
196+
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
197+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
198+
google.golang.org/grpc v1.57.0 // indirect
199+
google.golang.org/protobuf v1.31.0 // indirect
186200
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
187201
gopkg.in/warnings.v0 v0.1.2 // indirect
188202
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)