Skip to content

Commit 2647cf5

Browse files
chore(deps): Update go modules and/or dev-tools
1 parent b6f3560 commit 2647cf5

File tree

5 files changed

+79
-25
lines changed

5 files changed

+79
-25
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.17
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.20
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424
DOCKER_BIN ?= docker

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,6 @@ tags:
516516
- 'integration'
517517
substitutions:
518518
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
519-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.17'
519+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20'
520520
options:
521521
machineType: 'N1_HIGHCPU_8'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222
- 'lint'
2323
substitutions:
2424
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
25-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.17'
25+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20'
2626
options:
2727
machineType: 'N1_HIGHCPU_8'
2828
env:

test/integration/go.mod

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
module github.com/terraform-google-modules/terraform-google-kubernetes-engine/test/integration
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.21.9
46

57
require (
6-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.9.2
7-
github.com/gruntwork-io/terratest v0.46.1
8-
github.com/stretchr/testify v1.8.4
8+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.0
9+
github.com/gruntwork-io/terratest v0.46.14
10+
github.com/stretchr/testify v1.9.0
911
)
1012

1113
require (
@@ -15,12 +17,13 @@ require (
1517
cloud.google.com/go/iam v1.1.2 // indirect
1618
cloud.google.com/go/storage v1.33.0 // indirect
1719
github.com/agext/levenshtein v1.2.3 // indirect
20+
github.com/alexflint/go-filemutex v1.3.0 // indirect
1821
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
1922
github.com/aws/aws-sdk-go v1.45.5 // indirect
2023
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2124
github.com/boombuler/barcode v1.0.1 // indirect
2225
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
23-
github.com/davecgh/go-spew v1.1.1 // indirect
26+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2427
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2528
github.com/go-errors/errors v1.5.0 // indirect
2629
github.com/go-logr/logr v1.2.4 // indirect
@@ -32,7 +35,7 @@ require (
3235
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3336
github.com/golang/protobuf v1.5.3 // indirect
3437
github.com/google/gnostic-models v0.6.8 // indirect
35-
github.com/google/go-cmp v0.5.9 // indirect
38+
github.com/google/go-cmp v0.6.0 // indirect
3639
github.com/google/gofuzz v1.2.0 // indirect
3740
github.com/google/s2a-go v0.1.7 // indirect
3841
github.com/google/uuid v1.3.1 // indirect
@@ -41,11 +44,13 @@ require (
4144
github.com/gruntwork-io/go-commons v0.17.1 // indirect
4245
github.com/hashicorp/errwrap v1.1.0 // indirect
4346
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
44-
github.com/hashicorp/go-getter v1.7.2 // indirect
47+
github.com/hashicorp/go-getter v1.7.4 // indirect
4548
github.com/hashicorp/go-multierror v1.1.1 // indirect
4649
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4750
github.com/hashicorp/go-version v1.6.0 // indirect
51+
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
4852
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
53+
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 // indirect
4954
github.com/hashicorp/terraform-json v0.17.1 // indirect
5055
github.com/imdario/mergo v0.3.16 // indirect
5156
github.com/jinzhu/copier v0.4.0 // indirect
@@ -62,11 +67,11 @@ require (
6267
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6368
github.com/modern-go/reflect2 v1.0.2 // indirect
6469
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
65-
github.com/pmezard/go-difflib v1.0.0 // indirect
70+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6671
github.com/pquerna/otp v1.4.0 // indirect
6772
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6873
github.com/spf13/pflag v1.0.5 // indirect
69-
github.com/tidwall/gjson v1.17.0 // indirect
74+
github.com/tidwall/gjson v1.17.1 // indirect
7075
github.com/tidwall/match v1.1.1 // indirect
7176
github.com/tidwall/pretty v1.2.1 // indirect
7277
github.com/tidwall/sjson v1.2.5 // indirect
@@ -76,14 +81,14 @@ require (
7681
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7782
github.com/zclconf/go-cty v1.14.0 // indirect
7883
go.opencensus.io v0.24.0 // indirect
79-
golang.org/x/crypto v0.14.0 // indirect
80-
golang.org/x/mod v0.13.0 // indirect
84+
golang.org/x/crypto v0.17.0 // indirect
85+
golang.org/x/mod v0.17.0 // indirect
8186
golang.org/x/net v0.17.0 // indirect
8287
golang.org/x/oauth2 v0.12.0 // indirect
83-
golang.org/x/sync v0.3.0 // indirect
84-
golang.org/x/sys v0.13.0 // indirect
85-
golang.org/x/term v0.13.0 // indirect
86-
golang.org/x/text v0.13.0 // indirect
88+
golang.org/x/sync v0.4.0 // indirect
89+
golang.org/x/sys v0.17.0 // indirect
90+
golang.org/x/term v0.15.0 // indirect
91+
golang.org/x/text v0.14.0 // indirect
8792
golang.org/x/time v0.3.0 // indirect
8893
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8994
google.golang.org/api v0.138.0 // indirect
@@ -92,18 +97,18 @@ require (
9297
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
9398
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
9499
google.golang.org/grpc v1.58.3 // indirect
95-
google.golang.org/protobuf v1.31.0 // indirect
100+
google.golang.org/protobuf v1.33.0 // indirect
96101
gopkg.in/inf.v0 v0.9.1 // indirect
97102
gopkg.in/yaml.v2 v2.4.0 // indirect
98103
gopkg.in/yaml.v3 v3.0.1 // indirect
99-
k8s.io/api v0.28.1 // indirect
100-
k8s.io/apimachinery v0.28.1 // indirect
101-
k8s.io/client-go v0.28.1 // indirect
104+
k8s.io/api v0.28.4 // indirect
105+
k8s.io/apimachinery v0.28.4 // indirect
106+
k8s.io/client-go v0.28.4 // indirect
102107
k8s.io/klog/v2 v2.100.1 // indirect
103-
k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f // indirect
108+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
104109
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
105110
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
106-
sigs.k8s.io/kustomize/kyaml v0.15.0 // indirect
111+
sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
107112
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
108-
sigs.k8s.io/yaml v1.3.0 // indirect
113+
sigs.k8s.io/yaml v1.4.0 // indirect
109114
)

0 commit comments

Comments
 (0)