File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
im_cloudbuild_workspace_github Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.24.4
6
6
7
7
require (
8
8
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/v74 v74 .0.0
10
10
github.com/gruntwork-io/terratest v0.50.0
11
11
github.com/stretchr/testify v1.10.0
12
12
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/
33
33
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
34
34
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
35
35
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/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
37
+ github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
38
38
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
39
39
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
40
40
github.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 (
25
25
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/git"
26
26
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
27
27
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/v74 /github"
29
29
"github.com/gruntwork-io/terratest/modules/logger"
30
30
"github.com/stretchr/testify/assert"
31
31
"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 (
18
18
"context"
19
19
"testing"
20
20
21
- "github.com/google/go-github/v72 /github"
21
+ "github.com/google/go-github/v74 /github"
22
22
)
23
23
24
24
const (
You can’t perform that action at this time.
0 commit comments