Skip to content

Commit

Permalink
Update scrape dependency to v48 (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Oct 18, 2022
1 parent 6fe3a66 commit c8abab6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scrape/apps.go
Expand Up @@ -17,7 +17,7 @@ import (
"strings"

"github.com/PuerkitoBio/goquery"
"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
)

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

"github.com/google/go-cmp/cmp"
"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
)

func Test_AppRestrictionsEnabled(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion scrape/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v47 v47.1.0
github.com/google/go-github/v48 v48.0.0
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
)
4 changes: 2 additions & 2 deletions scrape/go.sum
Expand Up @@ -7,8 +7,8 @@ github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v47 v47.1.0 h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8=
github.com/google/go-github/v47 v47.1.0/go.mod h1:VPZBXNbFSJGjyjFRUKo9vZGawTajnWzC/YjGw/oFKi0=
github.com/google/go-github/v48 v48.0.0 h1:9H5fWVXFK6ZsRriyPbjtnFAkJnoj0WKFtTYfpCRrTm8=
github.com/google/go-github/v48 v48.0.0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 h1:YyPWX3jLOtYKulBR6AScGIs74lLrJcgeKRwcbAuQOG4=
Expand Down

0 comments on commit c8abab6

Please sign in to comment.