Skip to content

Commit

Permalink
Bump go-github from v54 to v55 in /scrape (google#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Sep 18, 2023
1 parent 218af09 commit 7589911
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,517 deletions.
2 changes: 1 addition & 1 deletion scrape/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"strings"

"github.com/PuerkitoBio/goquery"
"github.com/google/go-github/v54/github"
"github.com/google/go-github/v55/github"
)

// AppRestrictionsEnabled returns whether the specified organization has
Expand Down
2 changes: 1 addition & 1 deletion scrape/apps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/google/go-github/v54/github"
"github.com/google/go-github/v55/github"
)

func Test_AppRestrictionsEnabled(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion scrape/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v54 v54.0.0
github.com/google/go-github/v55 v55.0.0
github.com/xlzd/gotp v0.1.0
golang.org/x/net v0.14.0
)
Loading

0 comments on commit 7589911

Please sign in to comment.