File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
cloudbuild_repo_connection_github
im_cloudbuild_workspace_github
tf_cloudbuild_builder_simple_github
tf_cloudbuild_workspace_simple_github Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/gcloud"
2525 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
2626 cftutils "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
27- "github.com/google/go-github/v68 /github"
27+ "github.com/google/go-github/v71 /github"
2828 "github.com/stretchr/testify/assert"
2929 "github.com/terraform-google-modules/terraform-google-bootstrap/test/integration/utils"
3030)
Original file line number Diff line number Diff line change 11module github.com/terraform-google-modules/terraform-google-bootstrap/test/integration
22
3- go 1.22.7
3+ go 1.23.0
44
5- toolchain go1.23.4
5+ toolchain go1.23.8
66
77require (
88 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.4
9- github.com/google/go-github/v68 v68 .0.0
9+ github.com/google/go-github/v71 v71 .0.0
1010 github.com/gruntwork-io/terratest v0.48.1
1111 github.com/stretchr/testify v1.10.0
1212 github.com/xanzy/go-gitlab v0.115.0
@@ -24,7 +24,7 @@ require (
2424 github.com/go-openapi/swag v0.22.4 // indirect
2525 github.com/golang/protobuf v1.5.4 // indirect
2626 github.com/google/gnostic-models v0.6.8 // indirect
27- github.com/google/go-cmp v0.6 .0 // indirect
27+ github.com/google/go-cmp v0.7 .0 // indirect
2828 github.com/google/go-querystring v1.1.0 // indirect
2929 github.com/hashicorp/errwrap v1.1.0 // indirect
3030 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvR
3333github.com/google/gnostic-models v0.6.8 /go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U =
3434github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
3535github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
36- github.com/google/go-cmp v0.6 .0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
37- github.com/google/go-cmp v0.6 .0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
38- github.com/google/go-github/v68 v68 .0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
39- github.com/google/go-github/v68 v68 .0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
36+ github.com/google/go-cmp v0.7 .0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
37+ github.com/google/go-cmp v0.7 .0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
38+ github.com/google/go-github/v71 v71 .0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
39+ github.com/google/go-github/v71 v71 .0.0/go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
4040github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
4141github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
4242github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0 =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/git"
2626 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
2727 cftutils "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
28- "github.com/google/go-github/v68 /github"
28+ "github.com/google/go-github/v71 /github"
2929 "github.com/gruntwork-io/terratest/modules/logger"
3030 "github.com/stretchr/testify/assert"
3131 "github.com/terraform-google-modules/terraform-google-bootstrap/test/integration/utils"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/gcloud"
2727 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
2828 cftutils "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
29- "github.com/google/go-github/v68 /github"
29+ "github.com/google/go-github/v71 /github"
3030 "github.com/stretchr/testify/assert"
3131 "github.com/terraform-google-modules/terraform-google-bootstrap/test/integration/utils"
3232)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/git"
2727 "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
2828 cftutils "github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
29- "github.com/google/go-github/v68 /github"
29+ "github.com/google/go-github/v71 /github"
3030 "github.com/stretchr/testify/assert"
3131 "github.com/terraform-google-modules/terraform-google-bootstrap/test/integration/utils"
3232)
You can’t perform that action at this time.
0 commit comments