Skip to content

Commit

Permalink
Automated Pulumi/Pulumi upgrade (#910)
Browse files Browse the repository at this point in the history
* Regenerating Node.js SDK based on updated modules

* Regenerating Python SDK based on updated modules

* Regenerating .NET SDK based on updated modules

* Regenerating Go SDK based on updated modules

* Updated modules
  • Loading branch information
pulumi-bot authored Jul 20, 2023
1 parent 87740ca commit cfd53ea
Show file tree
Hide file tree
Showing 5,366 changed files with 24,323 additions and 14,294 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
51 changes: 26 additions & 25 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,42 @@ go 1.19
require (
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
github.com/golang/glog v1.0.0
github.com/golang/glog v1.1.0
github.com/golang/protobuf v1.5.3
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/iancoleman/strcase v0.2.0
github.com/jpillora/backoff v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/pkg/v3 v3.67.1
github.com/pulumi/pulumi/sdk/v3 v3.67.1
github.com/stretchr/testify v1.8.2
golang.org/x/oauth2 v0.4.0
google.golang.org/api v0.103.0
google.golang.org/grpc v1.54.0
github.com/pulumi/pulumi/pkg/v3 v3.75.0
github.com/pulumi/pulumi/sdk/v3 v3.75.0
github.com/stretchr/testify v1.8.3
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/grpc v1.56.1
)

require (
cloud.google.com/go/kms v1.6.0 // indirect
cloud.google.com/go/kms v1.10.1 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
)

require (
cloud.google.com/go/iam v0.8.0 // indirect
cloud.google.com/go/iam v0.13.0 // indirect
github.com/hashicorp/errwrap v1.1.0
github.com/imdario/mergo v0.3.13
github.com/jtacoma/uritemplates v1.0.0
)

require (
cloud.google.com/go v0.107.0 // indirect
cloud.google.com/go/compute v1.15.1 // indirect
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/compute v1.19.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/logging v1.6.1 // indirect
cloud.google.com/go/longrunning v0.3.0 // indirect
cloud.google.com/go/storage v1.27.0 // indirect
cloud.google.com/go/logging v1.7.0 // indirect
cloud.google.com/go/longrunning v0.4.1 // indirect
cloud.google.com/go/storage v1.28.1 // indirect
github.com/AlecAivazis/survey/v2 v2.0.5 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect
Expand All @@ -58,6 +58,7 @@ require (
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
Expand Down Expand Up @@ -109,8 +110,8 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/go-hclog v1.2.2 // indirect
Expand Down Expand Up @@ -160,7 +161,7 @@ require (
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand All @@ -181,23 +182,23 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.13.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
gocloud.dev v0.27.0 // indirect
gocloud.dev/secrets/hashivault v0.27.0 // indirect
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.29.1 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit cfd53ea

Please sign in to comment.