Skip to content

Commit a9c4772

Browse files
chore(deps): update module github.com/google/go-github/v64 to v65 (#2609)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 406eb2b commit a9c4772

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
# Changing this value will trigger a new release
4-
VERSION=v1.5.2
4+
VERSION=v1.5.3
55
BINARY=bin/cft
66
GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit
77
PLATFORMS := linux windows darwin

cli/bpcatalog/gh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"sort"
99

10-
"github.com/google/go-github/v64/github"
10+
"github.com/google/go-github/v65/github"
1111
"golang.org/x/oauth2"
1212
)
1313

cli/bpcatalog/render_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/google/go-github/v64/github"
11+
"github.com/google/go-github/v65/github"
1212
"github.com/stretchr/testify/assert"
1313
)
1414

cli/bpcatalog/tf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"strings"
66

7-
"github.com/google/go-github/v64/github"
7+
"github.com/google/go-github/v65/github"
88
)
99

1010
// sortOption defines the set of sort options for catalog.

cli/bpcatalog/tf_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
"github.com/google/go-github/v64/github"
7+
"github.com/google/go-github/v65/github"
88
"github.com/migueleliasweb/go-github-mock/src/mock"
99
"github.com/stretchr/testify/assert"
1010
)

cli/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli
22

3-
go 1.22
3+
go 1.22.0
44

55
toolchain go1.22.7
66

@@ -16,7 +16,7 @@ require (
1616
github.com/golang/protobuf v1.5.4
1717
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
1818
github.com/google/go-cmp v0.6.0
19-
github.com/google/go-github/v64 v64.0.0
19+
github.com/google/go-github/v65 v65.0.0
2020
github.com/hashicorp/hcl/v2 v2.22.0
2121
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4
2222
github.com/iancoleman/strcase v0.3.0
@@ -101,6 +101,7 @@ require (
101101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
102102
github.com/google/cel-go v0.12.6 // indirect
103103
github.com/google/gnostic-models v0.6.8 // indirect
104+
github.com/google/go-github/v64 v64.0.0 // indirect
104105
github.com/google/go-querystring v1.1.0 // indirect
105106
github.com/google/gofuzz v1.2.0 // indirect
106107
github.com/google/s2a-go v0.1.8 // indirect

cli/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
259259
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
260260
github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg=
261261
github.com/google/go-github/v64 v64.0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo=
262+
github.com/google/go-github/v65 v65.0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ=
263+
github.com/google/go-github/v65 v65.0.0/go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60=
262264
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
263265
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
264266
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 commit comments

Comments
 (0)