File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "strings"
1818
1919 "github.com/PuerkitoBio/goquery"
20- "github.com/google/go-github/v47 /github"
20+ "github.com/google/go-github/v48 /github"
2121)
2222
2323// AppRestrictionsEnabled returns whether the specified organization has
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/google/go-cmp/cmp"
8- "github.com/google/go-github/v47 /github"
8+ "github.com/google/go-github/v48 /github"
99)
1010
1111func Test_AppRestrictionsEnabled (t * testing.T ) {
Original file line number Diff line number Diff line change 55require (
66 github.com/PuerkitoBio/goquery v1.8.0
77 github.com/google/go-cmp v0.5.9
8- github.com/google/go-github/v47 v47.1 .0
8+ github.com/google/go-github/v48 v48.0 .0
99 github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
1010 golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
1111)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
77github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
88github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
99github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
10- github.com/google/go-github/v47 v47.1 .0 h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8 =
11- github.com/google/go-github/v47 v47.1 .0/go.mod h1:VPZBXNbFSJGjyjFRUKo9vZGawTajnWzC/YjGw/oFKi0 =
10+ github.com/google/go-github/v48 v48.0 .0 h1:9H5fWVXFK6ZsRriyPbjtnFAkJnoj0WKFtTYfpCRrTm8 =
11+ github.com/google/go-github/v48 v48.0 .0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y =
1212github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1313github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1414github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 h1:YyPWX3jLOtYKulBR6AScGIs74lLrJcgeKRwcbAuQOG4 =
You can’t perform that action at this time.
0 commit comments