Skip to content

Commit 99b25e1

Browse files
chore(deps): Update module github.com/google/go-github/v68 to v71 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f14e5eb commit 99b25e1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

test/integration/cloudbuild_repo_connection_github/cloudbuild_repo_connection_github_test.go

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

test/integration/go.mod

Lines changed: 4 additions & 4 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.22.7
3+
go 1.23.0
44

5-
toolchain go1.23.4
5+
toolchain go1.23.8
66

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

test/integration/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvR
3333
github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
3434
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
3535
github.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=
4040
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
4141
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
4242
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/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"

test/integration/tf_cloudbuild_builder_simple_github/tf_cloudbuild_builder_simple_github_test.go

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

test/integration/tf_cloudbuild_workspace_simple_github/tf_cloudbuild_workspace_simple_github_test.go

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

0 commit comments

Comments
 (0)