Skip to content

Commit cec7bd7

Browse files
chore(deps): Update module github.com/google/go-github/v72 to v77
1 parent ab2bfd7 commit cec7bd7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/integration/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module 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

77
require (
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

test/integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
3333
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
3434
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3535
github.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=
3838
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
3939
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
4040
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=

test/integration/im_cloudbuild_workspace_github/im_cloudbuild_workspace_github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

test/integration/utils/github_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
const (

0 commit comments

Comments
 (0)