File tree Expand file tree Collapse file tree 4 files changed +1498
-8
lines changed Expand file tree Collapse file tree 4 files changed +1498
-8
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/v53 /github"
20
+ "github.com/google/go-github/v54 /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/v53 /github"
8
+ "github.com/google/go-github/v54 /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.1
7
7
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
9
9
github.com/xlzd/gotp v0.1.0
10
10
golang.org/x/net v0.14.0
11
11
)
You can’t perform that action at this time.
0 commit comments