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 (
17
17
"strings"
18
18
19
19
"github.com/PuerkitoBio/goquery"
20
- "github.com/google/go-github/v44 /github"
20
+ "github.com/google/go-github/v45 /github"
21
21
)
22
22
23
23
// AppRestrictionsEnabled returns whether the specified organization has
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
7
7
"github.com/google/go-cmp/cmp"
8
- "github.com/google/go-github/v44 /github"
8
+ "github.com/google/go-github/v45 /github"
9
9
)
10
10
11
11
func Test_AppRestrictionsEnabled (t * testing.T ) {
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.8.0
7
7
github.com/google/go-cmp v0.5.8
8
- github.com/google/go-github/v44 v44.1 .0
8
+ github.com/google/go-github/v45 v45.0 .0
9
9
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
10
10
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
11
11
)
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
7
7
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
8
8
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg =
9
9
github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
10
- github.com/google/go-github/v44 v44.1 .0 h1:shWPaufgdhr+Ad4eo/pZv9ORTxFpsxPEPEuuXAKIQGA =
11
- github.com/google/go-github/v44 v44.1 .0/go.mod h1:iWn00mWcP6PRWHhXm0zuFJ8wbEjE5AGO5D5HXYM4zgw =
10
+ github.com/google/go-github/v45 v45.0 .0 h1:LU0WBjYidxIVyx7PZeWb+FP4JZJ3Wh3FQgdumnGqiLs =
11
+ github.com/google/go-github/v45 v45.0 .0/go.mod h1:FObaZJEDSTa/WGCzZ2Z3eoCDXWJKMenWWTrd8jrta28 =
12
12
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
13
13
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
14
14
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 h1:YyPWX3jLOtYKulBR6AScGIs74lLrJcgeKRwcbAuQOG4 =
You can’t perform that action at this time.
0 commit comments