Skip to content

Commit

Permalink
deps(pkg): Upgrade to pulumi-java v0.8.0
Browse files Browse the repository at this point in the history
Upgrades to the most recent release of pulumi-java.
This release changes the code generator to generate build.gradle files
compatible with Gradle 8.0 -- which is the default on GitHub now.
This should help resolve broken downstream codegen tests.

Steps taken to generate this change:

    cd pkg
    go get github.com/pulumi/pulumi-java/[email protected]
    cd ..
  • Loading branch information
abhinav committed Mar 2, 2023
1 parent bba7a23 commit e04f134
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 79 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ issues:

# https://github.com/pulumi/pulumi/issues/11870
- 'strings.Title has been deprecated'

# https://github.com/pulumi/pulumi/issues/12328
- 'deprecated: Please use types in:? cloud.google.com/go/logging/apiv2/loggingpb'
32 changes: 17 additions & 15 deletions pkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace github.com/sergi/go-diff => github.com/sergi/go-diff v1.1.0
replace github.com/xanzy/ssh-agent => github.com/pulumi/ssh-agent v0.5.1

require (
cloud.google.com/go/logging v1.0.0
cloud.google.com/go/logging v1.6.1
cloud.google.com/go/storage v1.27.0
github.com/aws/aws-sdk-go v1.44.122
github.com/blang/semver v3.5.1+incompatible
Expand All @@ -26,7 +26,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/hcl/v2 v2.15.0
github.com/hashicorp/hcl/v2 v2.16.1
github.com/iancoleman/strcase v0.2.0
github.com/ijc/Gotty v0.0.0-20170406111628-a8b993ba6abd
github.com/mitchellh/copystructure v1.2.0
Expand All @@ -42,19 +42,19 @@ require (
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.12.1
gocloud.dev v0.27.0
gocloud.dev/secrets/hashivault v0.27.0
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.1.0
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
google.golang.org/api v0.100.0
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71
google.golang.org/grpc v1.51.0
golang.org/x/oauth2 v0.4.0
golang.org/x/sync v0.1.0
google.golang.org/api v0.103.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
gopkg.in/yaml.v3 v3.0.1
pgregory.net/rapid v0.5.5
sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600
Expand All @@ -74,7 +74,7 @@ require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/muesli/cancelreader v0.2.2
github.com/natefinch/atomic v1.0.1
github.com/pulumi/pulumi-java/pkg v0.7.1
github.com/pulumi/pulumi-java/pkg v0.8.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.34.1-0.20221214173921-8e65b1f9fdd5
github.com/pulumi/pulumi-yaml v1.0.4
github.com/rivo/uniseg v0.2.0
Expand All @@ -86,10 +86,12 @@ require (
)

require (
cloud.google.com/go v0.104.0 // indirect
cloud.google.com/go/compute v1.10.0 // indirect
cloud.google.com/go/iam v0.5.0 // indirect
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go v0.107.0 // indirect
cloud.google.com/go/compute v1.15.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v0.8.0 // indirect
cloud.google.com/go/kms v1.6.0 // indirect
cloud.google.com/go/longrunning v0.3.0 // 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
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect
Expand Down Expand Up @@ -159,7 +161,7 @@ require (
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.6.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
Expand Down Expand Up @@ -237,7 +239,7 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.opencensus.io v0.23.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
Expand Down
Loading

0 comments on commit e04f134

Please sign in to comment.