This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
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
18927cd
commit e9ecbf9
Showing
47 changed files
with
206 additions
and
141 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
6 changes: 4 additions & 2 deletions
6
themes/default/static/programs/aws-ec2-instance-with-sg-go/go.mod.txt
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,10 @@ | ||
module aws-ec2-instance-with-sg-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v4 v4.38.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/aws-ec2-sg-nginx-server-go/go.mod.txt
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,10 @@ | ||
module aws-ec2-sg-nginx-server-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.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
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/aws-eks-cluster-go/go.mod.txt
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,9 +1,11 @@ | ||
module aws-eks-cluster-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.0.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.9.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.3.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.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
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
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: 4 additions & 2 deletions
6
themes/default/static/programs/aws-import-export-pulumi-config-go/go.mod.txt
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,5 +1,7 @@ | ||
module aws-import-export-pulumi-config-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require github.com/pulumi/pulumi/sdk/v3 v3.102.0 | ||
toolchain go1.21.9 | ||
|
||
require github.com/pulumi/pulumi/sdk/v3 v3.114.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
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
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: 4 additions & 2 deletions
6
themes/default/static/programs/aws-simulated-dbserver-database-go/go.mod.txt
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,5 +1,7 @@ | ||
module aws-simulated-dbserver-database-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require github.com/pulumi/pulumi/sdk/v3 v3.102.0 | ||
toolchain go1.21.9 | ||
|
||
require github.com/pulumi/pulumi/sdk/v3 v3.114.0 |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-apigateway-api-keys-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-apigateway-api-keys-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-apigateway-auth-cognito-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-apigateway-auth-lambda-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-apigateway-custom-domain-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-apigateway-auth-cognito-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-apigateway-http-proxy-go/go.mod.txt
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,10 @@ | ||
module awsx-apigateway-http-proxy-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-apigateway-lambda-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-apigateway-lambda-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-apigateway-openapi-full-go/go.mod.txt
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,10 @@ | ||
module awsx-apigateway-openapi-full-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-apigateway-openapi-route-go/go.mod.txt
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,10 @@ | ||
module awsx-apigateway-openapi-route-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-apigateway-s3-go/go.mod.txt
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,10 @@ | ||
module awsx-apigateway-s3-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-apigateway-validation-types-go/go.mod.txt
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,10 @@ | ||
module awsx-apigateway-validation-types-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.1.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
12 changes: 7 additions & 5 deletions
12
themes/default/static/programs/awsx-ecr-eks-deployment-service-go/go.mod.txt
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,12 @@ | ||
module awsx-ecr-eks-deployment-service-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.0.0 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.6.1 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.9.0 | ||
github.com/pulumi/pulumi-eks/sdk/v2 v2.3.0 | ||
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.11.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.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,8 +1,10 @@ | ||
module awsx-ecr-image-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.9.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
8 changes: 5 additions & 3 deletions
8
themes/default/static/programs/awsx-ecr-repository-go/go.mod.txt
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,10 @@ | ||
module awsx-ecr-repository-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.9.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
10 changes: 6 additions & 4 deletions
10
themes/default/static/programs/awsx-elb-multi-listener-redirect-go/go.mod.txt
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,9 +1,11 @@ | ||
module awsx-elb-multi-listener-redirect-go | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.9 | ||
|
||
require ( | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.17.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.100.0 | ||
github.com/pulumi/pulumi-aws/sdk/v6 v6.32.0 | ||
github.com/pulumi/pulumi-awsx/sdk/v2 v2.9.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.114.0 | ||
) |
Oops, something went wrong.