Skip to content

Commit 95ead94

Browse files
chore(deps): update module go to 1.20 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 202afef commit 95ead94

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
module integration
22

3-
go 1.19
3+
go 1.20
44

5-
require (
6-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.0
7-
github.com/stretchr/testify v1.8.4
8-
)
5+
require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.0
96

107
require (
118
cloud.google.com/go v0.110.2 // indirect
@@ -50,6 +47,7 @@ require (
5047
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
5148
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5249
github.com/pmezard/go-difflib v1.0.0 // indirect
50+
github.com/stretchr/testify v1.8.4 // indirect
5351
github.com/tidwall/gjson v1.14.4 // indirect
5452
github.com/tidwall/match v1.1.1 // indirect
5553
github.com/tidwall/pretty v1.2.1 // indirect

0 commit comments

Comments
 (0)