Skip to content

Commit 00d7636

Browse files
chore(deps): update module go to 1.18 (#1666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d252579 commit 00d7636

File tree

2 files changed

+93
-6
lines changed

2 files changed

+93
-6
lines changed

test/integration/go.mod

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

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.4.1
77
github.com/gruntwork-io/terratest v0.41.11
88
github.com/stretchr/testify v1.8.2
99
)
10+
11+
require (
12+
cloud.google.com/go v0.83.0 // indirect
13+
cloud.google.com/go/storage v1.10.0 // indirect
14+
github.com/PuerkitoBio/purell v1.1.1 // indirect
15+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
16+
github.com/agext/levenshtein v1.2.3 // indirect
17+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
18+
github.com/aws/aws-sdk-go v1.40.56 // indirect
19+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
20+
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
21+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
22+
github.com/davecgh/go-spew v1.1.1 // indirect
23+
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
24+
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
25+
github.com/go-logr/logr v0.2.0 // indirect
26+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
27+
github.com/go-openapi/jsonreference v0.19.3 // indirect
28+
github.com/go-openapi/swag v0.19.5 // indirect
29+
github.com/go-sql-driver/mysql v1.4.1 // indirect
30+
github.com/gogo/protobuf v1.3.2 // indirect
31+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32+
github.com/golang/protobuf v1.5.2 // indirect
33+
github.com/golang/snappy v0.0.3 // indirect
34+
github.com/google/gofuzz v1.1.0 // indirect
35+
github.com/google/uuid v1.2.0 // indirect
36+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
37+
github.com/googleapis/gnostic v0.5.1 // indirect
38+
github.com/gruntwork-io/go-commons v0.8.0 // indirect
39+
github.com/hashicorp/errwrap v1.0.0 // indirect
40+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41+
github.com/hashicorp/go-getter v1.6.1 // indirect
42+
github.com/hashicorp/go-multierror v1.1.0 // indirect
43+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
44+
github.com/hashicorp/go-version v1.3.0 // indirect
45+
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
46+
github.com/hashicorp/terraform-json v0.13.0 // indirect
47+
github.com/imdario/mergo v0.3.11 // indirect
48+
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
49+
github.com/jmespath/go-jmespath v0.4.0 // indirect
50+
github.com/json-iterator/go v1.1.11 // indirect
51+
github.com/jstemmer/go-junit-report v0.9.1 // indirect
52+
github.com/klauspost/compress v1.13.0 // indirect
53+
github.com/mailru/easyjson v0.7.0 // indirect
54+
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
55+
github.com/mitchellh/go-homedir v1.1.0 // indirect
56+
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
57+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
58+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59+
github.com/modern-go/reflect2 v1.0.1 // indirect
60+
github.com/pmezard/go-difflib v1.0.0 // indirect
61+
github.com/pquerna/otp v1.2.0 // indirect
62+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63+
github.com/spf13/pflag v1.0.5 // indirect
64+
github.com/tidwall/gjson v1.12.1 // indirect
65+
github.com/tidwall/match v1.1.1 // indirect
66+
github.com/tidwall/pretty v1.2.0 // indirect
67+
github.com/tidwall/sjson v1.2.4 // indirect
68+
github.com/tmccombs/hcl2json v0.3.3 // indirect
69+
github.com/ulikunitz/xz v0.5.8 // indirect
70+
github.com/urfave/cli v1.22.2 // indirect
71+
github.com/zclconf/go-cty v1.9.1 // indirect
72+
go.opencensus.io v0.23.0 // indirect
73+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
74+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
75+
golang.org/x/mod v0.4.2 // indirect
76+
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
77+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
78+
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
79+
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
80+
golang.org/x/text v0.3.7 // indirect
81+
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
82+
golang.org/x/tools v0.1.5 // indirect
83+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
84+
google.golang.org/api v0.47.0 // indirect
85+
google.golang.org/appengine v1.6.7 // indirect
86+
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
87+
google.golang.org/grpc v1.38.0 // indirect
88+
google.golang.org/protobuf v1.27.1 // indirect
89+
gopkg.in/inf.v0 v0.9.1 // indirect
90+
gopkg.in/yaml.v2 v2.4.0 // indirect
91+
gopkg.in/yaml.v3 v3.0.1 // indirect
92+
k8s.io/api v0.20.6 // indirect
93+
k8s.io/apimachinery v0.20.6 // indirect
94+
k8s.io/client-go v0.20.6 // indirect
95+
k8s.io/klog/v2 v2.4.0 // indirect
96+
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
97+
k8s.io/utils v0.0.0-20210802155522-efc7438f0176 // indirect
98+
sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect
99+
sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
100+
sigs.k8s.io/yaml v1.2.0 // indirect
101+
)

test/integration/go.sum

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
103103
github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae/go.mod h1:CgnQgUtFrFz9mxFNtED3jI5tLDjKlOM+oUF/sTk6ps0=
104104
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
105105
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM=
106-
github.com/apparentlymart/go-textseg v1.0.0 h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0=
107106
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
108107
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
109108
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
@@ -343,7 +342,6 @@ github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZp
343342
github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
344343
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
345344
github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
346-
github.com/go-test/deep v1.0.4/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
347345
github.com/go-test/deep v1.0.7 h1:/VSMRlnY/JSyqxQUzQLKVMAskpY/NZKFA5j2P+0pP2M=
348346
github.com/go-test/deep v1.0.7/go.mod h1:QV8Hv/iy04NyLBxAdO9njL0iVPN1S4d/A3NVv1V36o8=
349347
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw=
@@ -412,7 +410,6 @@ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
412410
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
413411
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
414412
github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=
415-
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
416413
github.com/google/go-containerregistry v0.6.0/go.mod h1:euCCtNbZ6tKqi1E72vwDj2xZcN5ttKpZLfa/wSo5iLw=
417414
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
418415
github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=
@@ -497,7 +494,6 @@ github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09
497494
github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90=
498495
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
499496
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
500-
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
501497
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
502498
github.com/hashicorp/hcl/v2 v2.9.1 h1:eOy4gREY0/ZQHNItlfuEZqtcQbXIxzojlP301hDpnac=
503499
github.com/hashicorp/hcl/v2 v2.9.1/go.mod h1:FwWsfWEjyV/CMj8s/gqAuiviY72rJ1/oayI9WftqcKg=
@@ -737,7 +733,6 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
737733
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
738734
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
739735
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
740-
github.com/slack-go/slack v0.10.3/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
741736
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
742737
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
743738
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=

0 commit comments

Comments
 (0)