File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
im_cloudbuild_workspace_github Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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.23 .0
3+ go 1.24 .0
44
5- toolchain go1.24.4
5+ toolchain go1.24.10
66
77require (
88 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.7
9- github.com/google/go-github/v72 v72 .0.0
9+ github.com/google/go-github/v77 v77 .0.0
1010 github.com/gruntwork-io/terratest v0.50.0
1111 github.com/stretchr/testify v1.10.0
1212 github.com/xanzy/go-gitlab v0.115.0
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
3333github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3434github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
3535github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
36- github.com/google/go-github/v72 v72 .0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
37- github.com/google/go-github/v72 v72 .0.0/go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
36+ github.com/google/go-github/v77 v77 .0.0 h1:9DsKKbZqil5y/4Z9mNpZDQnpli6PJbqipSuuNdcbjwI =
37+ github.com/google/go-github/v77 v77 .0.0/go.mod h1:c8VmGXRUmaZUqbctUcGEDWYnMrtzZfJhDSylEf1wfmA =
3838github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
3939github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
4040github.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/v72 /github"
28+ "github.com/google/go-github/v77 /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 @@ -18,7 +18,7 @@ import (
1818 "context"
1919 "testing"
2020
21- "github.com/google/go-github/v72 /github"
21+ "github.com/google/go-github/v77 /github"
2222)
2323
2424const (
You can’t perform that action at this time.
0 commit comments