-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Go module dependencies in example programs
- Loading branch information
1 parent
4f8d157
commit a3964d9
Showing
47 changed files
with
112 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module aws-acm-certificate-go | ||
|
||
go 1.21 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-ec2-sg-nginx-server-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module aws-ec2-vpc-resources-go | ||
|
||
go 1.21 | ||
go 1.21.12 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module aws-eks-cluster-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.13.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.7.3 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-iam-role-instanceprofile-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
8 changes: 3 additions & 5 deletions
8
static/programs/aws-iam-role-policyattachment-managedpolicy-go/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-iam-role-policyattachment-managedpolicy-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-iam-user-group-grouppolicy-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-iam-user-userpolicy-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
static/programs/aws-lambda-stepfunctions-jsonhelper-go/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module aws-lambda-stepfunctions-jsonhelper-go | ||
|
||
go 1.21 | ||
go 1.21.12 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module aws-s3-bucket-resources-go | ||
|
||
go 1.21 | ||
go 1.21.12 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module aws-s3-bucketpolicy-jsonstringify-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
static/programs/aws-s3websitebucket-oai-bucketpolicy-go/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module aws-s3websitebucket-oai-bucketpolicy-go | ||
|
||
go 1.21 | ||
go 1.21.12 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module awsx-apigateway-api-keys-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-apigateway-http-proxy-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
module awsx-apigateway-lambda-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.43.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.44.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-apigateway-openapi-full-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-apigateway-openapi-route-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-apigateway-s3-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-apigateway-validation-types-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.5.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
module awsx-ecr-eks-deployment-service-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.13.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.7.3 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.14.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.15.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-ecr-image-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.13.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
module awsx-ecr-repository-go | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
go 1.21.12 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.13.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.122.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.123.0 | ||
) |
Oops, something went wrong.