Skip to content

Commit

Permalink
chore(deps): update module go to 1.20 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 202afef commit 95ead94
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module integration

go 1.19
go 1.20

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.0
github.com/stretchr/testify v1.8.4
)
require github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.0

require (
cloud.google.com/go v0.110.2 // indirect
Expand Down Expand Up @@ -50,6 +47,7 @@ require (
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
Expand Down

0 comments on commit 95ead94

Please sign in to comment.