Skip to content

Commit d313493

Browse files
authored
fix(deps): update module github.com/google/go-github/v68 to v69 (#2868)
1 parent 764cead commit d313493

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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/v68/github"
10+
"github.com/google/go-github/v69/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/v68/github"
11+
"github.com/google/go-github/v69/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/v68/github"
7+
"github.com/google/go-github/v69/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/v68/github"
7+
"github.com/google/go-github/v69/github"
88
"github.com/migueleliasweb/go-github-mock/src/mock"
99
"github.com/stretchr/testify/assert"
1010
)

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/go-git/go-git/v5 v5.13.2
1616
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
1717
github.com/google/go-cmp v0.6.0
18-
github.com/google/go-github/v68 v68.0.0
18+
github.com/google/go-github/v69 v69.0.0
1919
github.com/gruntwork-io/terratest v0.48.2
2020
github.com/hashicorp/go-version v1.7.0
2121
github.com/hashicorp/hcl/v2 v2.23.0

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
285285
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
286286
github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg=
287287
github.com/google/go-github/v64 v64.0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo=
288-
github.com/google/go-github/v68 v68.0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s=
289-
github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68=
288+
github.com/google/go-github/v69 v69.0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w=
289+
github.com/google/go-github/v69 v69.0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM=
290290
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
291291
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
292292
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 commit comments

Comments
 (0)