File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11module 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
107require (
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
You can’t perform that action at this time.
0 commit comments