From a4fde47e62150deb85c8bdcdd1cf4b9ae7f79134 Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Fri, 8 Dec 2023 08:10:45 -0800 Subject: [PATCH 1/2] Set Node versions to 18 (#712) --- aiven-typescript/package.json | 4 ++-- alicloud-typescript/package.json | 2 +- auth0-typescript/package.json | 2 +- aws-native-typescript/package.json | 2 +- azure-classic-typescript/package.json | 2 +- azure-typescript/package.json | 2 +- container-aws-typescript/package.json | 2 +- container-azure-typescript/package.json | 2 +- container-gcp-typescript/package.json | 2 +- digitalocean-typescript/package.json | 2 +- equinix-metal-typescript/package.json | 2 +- gcp-typescript/package.json | 2 +- github-typescript/package.json | 2 +- google-native-typescript/package.json | 2 +- helm-kubernetes-typescript/package.json | 2 +- kubernetes-azure-typescript/package.json | 2 +- kubernetes-gcp-typescript/package.json | 2 +- kubernetes-typescript/package.json | 2 +- openstack-typescript/package.json | 2 +- random-typescript/package.json | 2 +- serverless-azure-typescript/package.json | 2 +- serverless-gcp-typescript/package.json | 2 +- static-website-aws-typescript/package.json | 2 +- static-website-azure-typescript/package.json | 2 +- static-website-gcp-typescript/package.json | 2 +- typescript/package.json | 2 +- vm-aws-typescript/package.json | 2 +- vm-azure-typescript/package.json | 2 +- vm-gcp-typescript/package.json | 2 +- webapp-kubernetes-typescript/package.json | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/aiven-typescript/package.json b/aiven-typescript/package.json index d442de139..8c2b6117a 100644 --- a/aiven-typescript/package.json +++ b/aiven-typescript/package.json @@ -2,10 +2,10 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.20.0", "@pulumi/aiven": "^5.4.0" } -} \ No newline at end of file +} diff --git a/alicloud-typescript/package.json b/alicloud-typescript/package.json index a9860a117..30a3c3ba9 100644 --- a/alicloud-typescript/package.json +++ b/alicloud-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/auth0-typescript/package.json b/auth0-typescript/package.json index c85b52184..fa825ac6b 100644 --- a/auth0-typescript/package.json +++ b/auth0-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.20.0", diff --git a/aws-native-typescript/package.json b/aws-native-typescript/package.json index a677ad19e..6dd57e0dd 100644 --- a/aws-native-typescript/package.json +++ b/aws-native-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/azure-classic-typescript/package.json b/azure-classic-typescript/package.json index 3fd47d1a9..031cd997c 100644 --- a/azure-classic-typescript/package.json +++ b/azure-classic-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/azure-typescript/package.json b/azure-typescript/package.json index 50869033c..898d5cac9 100644 --- a/azure-typescript/package.json +++ b/azure-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/container-aws-typescript/package.json b/container-aws-typescript/package.json index 0fbf24a94..2ea863318 100644 --- a/container-aws-typescript/package.json +++ b/container-aws-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "typescript": "^4.0.0", diff --git a/container-azure-typescript/package.json b/container-azure-typescript/package.json index ecb402ef2..89cb42b3c 100644 --- a/container-azure-typescript/package.json +++ b/container-azure-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/azure-native": "^2.0.0", diff --git a/container-gcp-typescript/package.json b/container-gcp-typescript/package.json index 4ab0817bc..ae498a5c3 100644 --- a/container-gcp-typescript/package.json +++ b/container-gcp-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/docker": "^4.2.3", diff --git a/digitalocean-typescript/package.json b/digitalocean-typescript/package.json index 3a897aaef..913804f65 100644 --- a/digitalocean-typescript/package.json +++ b/digitalocean-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/equinix-metal-typescript/package.json b/equinix-metal-typescript/package.json index 75ade4cd1..e25a2a115 100644 --- a/equinix-metal-typescript/package.json +++ b/equinix-metal-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/gcp-typescript/package.json b/gcp-typescript/package.json index 87e75b449..5879de7f5 100644 --- a/gcp-typescript/package.json +++ b/gcp-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/github-typescript/package.json b/github-typescript/package.json index ecb3d1dc4..84dc79b58 100644 --- a/github-typescript/package.json +++ b/github-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.19.0", diff --git a/google-native-typescript/package.json b/google-native-typescript/package.json index 4fbe849d1..b1cdb790a 100644 --- a/google-native-typescript/package.json +++ b/google-native-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.1.0", diff --git a/helm-kubernetes-typescript/package.json b/helm-kubernetes-typescript/package.json index 3f46f22bb..2feb20352 100644 --- a/helm-kubernetes-typescript/package.json +++ b/helm-kubernetes-typescript/package.json @@ -1,7 +1,7 @@ { "name": "test", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "typescript": "^4.0.0", diff --git a/kubernetes-azure-typescript/package.json b/kubernetes-azure-typescript/package.json index 50869033c..898d5cac9 100644 --- a/kubernetes-azure-typescript/package.json +++ b/kubernetes-azure-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/kubernetes-gcp-typescript/package.json b/kubernetes-gcp-typescript/package.json index 90d0bdafc..64c6fad67 100644 --- a/kubernetes-gcp-typescript/package.json +++ b/kubernetes-gcp-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "typescript": "^4.0.0", diff --git a/kubernetes-typescript/package.json b/kubernetes-typescript/package.json index 4863a09fd..bb367cc8e 100644 --- a/kubernetes-typescript/package.json +++ b/kubernetes-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/openstack-typescript/package.json b/openstack-typescript/package.json index 394a7e6fe..e37e4eb2e 100644 --- a/openstack-typescript/package.json +++ b/openstack-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/random-typescript/package.json b/random-typescript/package.json index 0a7e6840a..927218357 100644 --- a/random-typescript/package.json +++ b/random-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.19.0", diff --git a/serverless-azure-typescript/package.json b/serverless-azure-typescript/package.json index 0d24ad284..d26199dc9 100644 --- a/serverless-azure-typescript/package.json +++ b/serverless-azure-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/azure-native": "^2.0.0", diff --git a/serverless-gcp-typescript/package.json b/serverless-gcp-typescript/package.json index 2d4bf2643..b2d4d013c 100644 --- a/serverless-gcp-typescript/package.json +++ b/serverless-gcp-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/gcp": "^7.0.0", diff --git a/static-website-aws-typescript/package.json b/static-website-aws-typescript/package.json index c6583d7b8..50bccf386 100644 --- a/static-website-aws-typescript/package.json +++ b/static-website-aws-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/aws": "^6.0.2", diff --git a/static-website-azure-typescript/package.json b/static-website-azure-typescript/package.json index 0861f48b9..a963228d9 100644 --- a/static-website-azure-typescript/package.json +++ b/static-website-azure-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/azure-native": "^2.0.0", diff --git a/static-website-gcp-typescript/package.json b/static-website-gcp-typescript/package.json index 60bd5249b..561e5dba9 100644 --- a/static-website-gcp-typescript/package.json +++ b/static-website-gcp-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/gcp": "^7.0.0", diff --git a/typescript/package.json b/typescript/package.json index a7db213e4..1e9ffaa19 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0" diff --git a/vm-aws-typescript/package.json b/vm-aws-typescript/package.json index 1aa3b8fdd..d1d8b50b8 100644 --- a/vm-aws-typescript/package.json +++ b/vm-aws-typescript/package.json @@ -1,7 +1,7 @@ { "name": "${PROJECT}", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "typescript": "^4.0.0", diff --git a/vm-azure-typescript/package.json b/vm-azure-typescript/package.json index 886c57bf5..87f11b748 100644 --- a/vm-azure-typescript/package.json +++ b/vm-azure-typescript/package.json @@ -2,7 +2,7 @@ "name": "vm-azure-typescript", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/azure-native": "^2.0.0", diff --git a/vm-gcp-typescript/package.json b/vm-gcp-typescript/package.json index 87e75b449..5879de7f5 100644 --- a/vm-gcp-typescript/package.json +++ b/vm-gcp-typescript/package.json @@ -2,7 +2,7 @@ "name": "${PROJECT}", "main": "index.ts", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "@pulumi/pulumi": "^3.0.0", diff --git a/webapp-kubernetes-typescript/package.json b/webapp-kubernetes-typescript/package.json index 854fc84fc..62eac9dbc 100644 --- a/webapp-kubernetes-typescript/package.json +++ b/webapp-kubernetes-typescript/package.json @@ -1,7 +1,7 @@ { "name": "webapp-kubernetes-typescript", "devDependencies": { - "@types/node": "^16" + "@types/node": "^18" }, "dependencies": { "typescript": "^4.0.0", From c48e2d966d0077ae6844233c3cd96c4416b13f8b Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Fri, 8 Dec 2023 08:50:42 -0800 Subject: [PATCH 2/2] Set Go versions to 1.20 (#711) --- .github/workflows/ci.yml | 2 +- .github/workflows/cron.yml | 2 +- .../workflows/performance_metrics_cron.yml | 2 +- .github/workflows/run-templates-command.yml | 2 +- container-aws-go/go.mod | 84 +----------------- kubernetes-aws-go/go.mod | 86 +------------------ serverless-aws-go/go.mod | 79 +---------------- static-website-aws-go/go.mod | 80 +---------------- vm-aws-go/go.mod | 81 +---------------- 9 files changed, 9 insertions(+), 409 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c621d7a86..177d32820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.21.x] + go-version: [1.20.x] node-version: [18.x] python-version: [3.8] dotnet: [6.0.x] diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a2768533f..f20072837 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.21.x] + go-version: [1.20.x] node-version: [18.x] python-version: [3.8] dotnet: [6.0.x] diff --git a/.github/workflows/performance_metrics_cron.yml b/.github/workflows/performance_metrics_cron.yml index 6830f98f7..7206898a1 100644 --- a/.github/workflows/performance_metrics_cron.yml +++ b/.github/workflows/performance_metrics_cron.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest] - go-version: [1.21.x] + go-version: [1.20.x] node-version: [18.x] python-version: [3.8] dotnet: [6.0.x] diff --git a/.github/workflows/run-templates-command.yml b/.github/workflows/run-templates-command.yml index b3de4c5de..5a57110d0 100644 --- a/.github/workflows/run-templates-command.yml +++ b/.github/workflows/run-templates-command.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.21.x] + go-version: [1.20.x] node-version: [18.x] python-version: [3.8] dotnet: [6.0.x] diff --git a/container-aws-go/go.mod b/container-aws-go/go.mod index f5ad38c9c..0f1e0a730 100644 --- a/container-aws-go/go.mod +++ b/container-aws-go/go.mod @@ -1,91 +1,9 @@ module ${PROJECT} -go 1.21 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.5.0 github.com/pulumi/pulumi-awsx/sdk/v2 v2.0.2 github.com/pulumi/pulumi/sdk/v3 v3.85.0 ) - -require ( - github.com/Microsoft/go-winio v0.6.0 // indirect - github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect - github.com/acomagu/bufpipe v1.0.3 // indirect - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/atotto/clipboard v0.1.4 // indirect - github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/charmbracelet/bubbles v0.16.1 // indirect - github.com/charmbracelet/bubbletea v0.24.2 // indirect - github.com/charmbracelet/lipgloss v0.7.1 // indirect - github.com/cheggaaa/pb v1.0.29 // indirect - github.com/cloudflare/circl v1.3.3 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect - github.com/djherbis/times v1.5.0 // indirect - github.com/emirpasic/gods v1.18.1 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.4.1 // indirect - github.com/go-git/go-git/v5 v5.6.0 // indirect - github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/glog v1.1.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/hcl/v2 v2.16.2 // indirect - github.com/imdario/mergo v0.3.13 // indirect - github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect - github.com/mattn/go-localereader v0.0.1 // indirect - github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/go-ps v1.0.0 // indirect - github.com/mitchellh/go-wordwrap v1.0.1 // indirect - github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect - github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/reflow v0.3.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect - github.com/opentracing/basictracer-go v1.1.0 // indirect - github.com/opentracing/opentracing-go v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pkg/term v1.1.0 // indirect - github.com/pulumi/pulumi-docker/sdk/v4 v4.4.3 // indirect - github.com/rivo/uniseg v0.4.4 // indirect - github.com/rogpeppe/go-internal v1.9.0 // indirect - github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.2.0 // indirect - github.com/sergi/go-diff v1.3.1 // indirect - github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/cobra v1.7.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/objx v0.2.0 // indirect - github.com/texttheater/golang-levenshtein v1.0.1 // indirect - github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect - github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.13.2 // indirect - go.uber.org/atomic v1.10.0 // indirect - golang.org/x/crypto v0.14.0 // indirect - golang.org/x/mod v0.10.0 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sync v0.2.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/term v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect - golang.org/x/tools v0.6.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d // indirect - google.golang.org/grpc v1.57.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/frand v1.4.2 // indirect - sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect -) diff --git a/kubernetes-aws-go/go.mod b/kubernetes-aws-go/go.mod index ddab42fa0..93b3998cf 100644 --- a/kubernetes-aws-go/go.mod +++ b/kubernetes-aws-go/go.mod @@ -1,93 +1,9 @@ module ${PROJECT} -go 1.21 +go 1.20 require ( github.com/pulumi/pulumi-awsx/sdk/v2 v2.1.1 github.com/pulumi/pulumi-eks/sdk/v2 v2.0.0 github.com/pulumi/pulumi/sdk/v3 v3.91.1 ) - -require ( - 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 - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/atotto/clipboard v0.1.4 // indirect - github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/charmbracelet/bubbles v0.16.1 // indirect - github.com/charmbracelet/bubbletea v0.24.2 // indirect - github.com/charmbracelet/lipgloss v0.7.1 // indirect - github.com/cheggaaa/pb v1.0.29 // indirect - github.com/cloudflare/circl v1.3.3 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect - github.com/djherbis/times v1.5.0 // indirect - github.com/emirpasic/gods v1.18.1 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.4.0 // indirect - github.com/go-git/go-git/v5 v5.6.0 // indirect - github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/glog v1.1.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/hcl/v2 v2.17.0 // indirect - github.com/imdario/mergo v0.3.13 // indirect - github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/kr/pretty v0.3.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect - github.com/mattn/go-localereader v0.0.1 // indirect - github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/go-ps v1.0.0 // indirect - github.com/mitchellh/go-wordwrap v1.0.1 // indirect - github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect - github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/reflow v0.3.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect - github.com/opentracing/basictracer-go v1.1.0 // indirect - github.com/opentracing/opentracing-go v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pkg/term v1.1.0 // indirect - github.com/pulumi/esc v0.5.6 // indirect - github.com/pulumi/pulumi-aws/sdk/v6 v6.7.0 // indirect - github.com/pulumi/pulumi-docker/sdk/v4 v4.4.3 // indirect - github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.4.0 // indirect - github.com/rivo/uniseg v0.4.4 // indirect - github.com/rogpeppe/go-internal v1.11.0 // indirect - github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect - github.com/sergi/go-diff v1.3.1 // indirect - github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/cobra v1.7.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/texttheater/golang-levenshtein v1.0.1 // indirect - github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect - github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.13.2 // indirect - go.uber.org/atomic v1.9.0 // indirect - golang.org/x/crypto v0.14.0 // indirect - golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sync v0.2.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/term v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d // indirect - google.golang.org/grpc v1.57.1 // indirect - google.golang.org/protobuf v1.31.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/frand v1.4.2 // indirect - sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect -) diff --git a/serverless-aws-go/go.mod b/serverless-aws-go/go.mod index 5b6e9773e..264356d51 100644 --- a/serverless-aws-go/go.mod +++ b/serverless-aws-go/go.mod @@ -1,86 +1,9 @@ module ${PROJECT} -go 1.21 +go 1.20 require ( github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.0.0 github.com/pulumi/pulumi-aws/sdk/v6 v6.5.0 github.com/pulumi/pulumi/sdk/v3 v3.81.0 ) - -require ( - 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 - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/atotto/clipboard v0.1.4 // indirect - github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/charmbracelet/bubbles v0.16.1 // indirect - github.com/charmbracelet/bubbletea v0.24.2 // indirect - github.com/charmbracelet/lipgloss v0.7.1 // indirect - github.com/cheggaaa/pb v1.0.29 // indirect - github.com/cloudflare/circl v1.3.3 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect - github.com/djherbis/times v1.5.0 // indirect - github.com/emirpasic/gods v1.18.1 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.4.0 // indirect - github.com/go-git/go-git/v5 v5.6.0 // indirect - github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/glog v1.1.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/hcl/v2 v2.16.2 // indirect - github.com/imdario/mergo v0.3.13 // indirect - github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect - github.com/mattn/go-localereader v0.0.1 // indirect - github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/go-ps v1.0.0 // indirect - github.com/mitchellh/go-wordwrap v1.0.1 // indirect - github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect - github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/reflow v0.3.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect - github.com/opentracing/basictracer-go v1.1.0 // indirect - github.com/opentracing/opentracing-go v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pkg/term v1.1.0 // indirect - github.com/rivo/uniseg v0.4.4 // indirect - github.com/rogpeppe/go-internal v1.9.0 // indirect - github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect - github.com/sergi/go-diff v1.3.1 // indirect - github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cobra v1.7.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/texttheater/golang-levenshtein v1.0.1 // indirect - github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect - github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.13.2 // indirect - go.uber.org/atomic v1.9.0 // indirect - golang.org/x/crypto v0.9.0 // indirect - golang.org/x/net v0.10.0 // indirect - golang.org/x/sync v0.2.0 // indirect - golang.org/x/sys v0.9.0 // indirect - golang.org/x/term v0.8.0 // indirect - golang.org/x/text v0.9.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect - google.golang.org/grpc v1.57.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/frand v1.4.2 // indirect - sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect -) diff --git a/static-website-aws-go/go.mod b/static-website-aws-go/go.mod index c10e68756..850a2c1e2 100644 --- a/static-website-aws-go/go.mod +++ b/static-website-aws-go/go.mod @@ -1,87 +1,9 @@ module ${PROJECT} -go 1.21 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.4.0 github.com/pulumi/pulumi-synced-folder/sdk v0.0.9 github.com/pulumi/pulumi/sdk/v3 v3.81.0 ) - -require ( - 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 - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - github.com/agext/levenshtein v1.2.1 // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/atotto/clipboard v0.1.4 // indirect - github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/charmbracelet/bubbles v0.16.1 // indirect - github.com/charmbracelet/bubbletea v0.24.2 // indirect - github.com/charmbracelet/lipgloss v0.7.1 // indirect - github.com/cheggaaa/pb v1.0.29 // indirect - github.com/cloudflare/circl v1.3.3 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect - github.com/djherbis/times v1.5.0 // indirect - github.com/emirpasic/gods v1.18.1 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.4.0 // indirect - github.com/go-git/go-git/v5 v5.6.0 // indirect - github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/glog v1.1.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/hcl/v2 v2.16.1 // indirect - github.com/imdario/mergo v0.3.13 // indirect - github.com/inconshreveable/mousetrap v1.0.1 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect - github.com/mattn/go-localereader v0.0.1 // indirect - github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/go-ps v1.0.0 // indirect - github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect - github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect - github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/reflow v0.3.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect - github.com/opentracing/basictracer-go v1.1.0 // indirect - github.com/opentracing/opentracing-go v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pkg/term v1.1.0 // indirect - github.com/rivo/uniseg v0.4.4 // indirect - github.com/rogpeppe/go-internal v1.9.0 // indirect - github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect - github.com/sergi/go-diff v1.2.0 // indirect - github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/cobra v1.6.1 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/texttheater/golang-levenshtein v1.0.1 // indirect - github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect - github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.12.1 // indirect - go.uber.org/atomic v1.9.0 // indirect - golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect - golang.org/x/net v0.10.0 // indirect - golang.org/x/sync v0.1.0 // indirect - golang.org/x/sys v0.8.0 // indirect - golang.org/x/term v0.8.0 // indirect - golang.org/x/text v0.9.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect - google.golang.org/grpc v1.57.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/frand v1.4.2 // indirect - sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect -) diff --git a/vm-aws-go/go.mod b/vm-aws-go/go.mod index d437208fe..edcfeb1d4 100644 --- a/vm-aws-go/go.mod +++ b/vm-aws-go/go.mod @@ -1,87 +1,8 @@ module ${PROJECT} -go 1.21 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.4.0 github.com/pulumi/pulumi/sdk/v3 v3.81.0 ) - -require ( - 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 - github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect - github.com/agext/levenshtein v1.2.1 // indirect - github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/atotto/clipboard v0.1.4 // indirect - github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/blang/semver v3.5.1+incompatible // indirect - github.com/charmbracelet/bubbles v0.16.1 // indirect - github.com/charmbracelet/bubbletea v0.24.2 // indirect - github.com/charmbracelet/lipgloss v0.7.1 // indirect - github.com/cheggaaa/pb v1.0.29 // indirect - github.com/cloudflare/circl v1.3.3 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect - github.com/djherbis/times v1.5.0 // indirect - github.com/emirpasic/gods v1.18.1 // indirect - github.com/go-git/gcfg v1.5.0 // indirect - github.com/go-git/go-billy/v5 v5.4.0 // indirect - github.com/go-git/go-git/v5 v5.6.0 // indirect - github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang/glog v1.1.0 // indirect - github.com/golang/protobuf v1.5.3 // indirect - github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/hcl/v2 v2.16.1 // indirect - github.com/imdario/mergo v0.3.13 // indirect - github.com/inconshreveable/mousetrap v1.0.1 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect - github.com/kevinburke/ssh_config v1.2.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect - github.com/mattn/go-localereader v0.0.1 // indirect - github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/go-ps v1.0.0 // indirect - github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect - github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect - github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/reflow v0.3.0 // indirect - github.com/muesli/termenv v0.15.1 // indirect - github.com/opentracing/basictracer-go v1.1.0 // indirect - github.com/opentracing/opentracing-go v1.2.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/pkg/term v1.1.0 // indirect - github.com/rivo/uniseg v0.4.4 // indirect - github.com/rogpeppe/go-internal v1.9.0 // indirect - github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect - github.com/sergi/go-diff v1.2.0 // indirect - github.com/skeema/knownhosts v1.1.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/cobra v1.6.1 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/objx v0.2.0 // indirect - github.com/texttheater/golang-levenshtein v1.0.1 // indirect - github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect - github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect - github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.12.1 // indirect - go.uber.org/atomic v1.9.0 // indirect - golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect - golang.org/x/net v0.10.0 // indirect - golang.org/x/sync v0.1.0 // indirect - golang.org/x/sys v0.8.0 // indirect - golang.org/x/term v0.8.0 // indirect - golang.org/x/text v0.9.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect - google.golang.org/grpc v1.57.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect - gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect - lukechampine.com/frand v1.4.2 // indirect - sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect -)