Skip to content

Commit a0e8f35

Browse files
authored
Bump go-github from v53 to v54 in /scrape (#2882)
1 parent 537ebb4 commit a0e8f35

File tree

4 files changed

+1498
-8
lines changed

4 files changed

+1498
-8
lines changed

scrape/apps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"strings"
1818

1919
"github.com/PuerkitoBio/goquery"
20-
"github.com/google/go-github/v53/github"
20+
"github.com/google/go-github/v54/github"
2121
)
2222

2323
// AppRestrictionsEnabled returns whether the specified organization has

scrape/apps_test.go

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

77
"github.com/google/go-cmp/cmp"
8-
"github.com/google/go-github/v53/github"
8+
"github.com/google/go-github/v54/github"
99
)
1010

1111
func Test_AppRestrictionsEnabled(t *testing.T) {

scrape/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.13
55
require (
66
github.com/PuerkitoBio/goquery v1.8.1
77
github.com/google/go-cmp v0.5.9
8-
github.com/google/go-github/v53 v53.2.0
8+
github.com/google/go-github/v54 v54.0.0
99
github.com/xlzd/gotp v0.1.0
1010
golang.org/x/net v0.14.0
1111
)

0 commit comments

Comments
 (0)