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/v61 /github"
20
+ "github.com/google/go-github/v63 /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/v61 /github"
8
+ "github.com/google/go-github/v63 /github"
9
9
)
10
10
11
11
func Test_AppRestrictionsEnabled (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.0
7
7
require (
8
8
github.com/PuerkitoBio/goquery v1.9.2
9
9
github.com/google/go-cmp v0.6.0
10
- github.com/google/go-github/v61 v61 .0.0
10
+ github.com/google/go-github/v63 v63 .0.0
11
11
github.com/xlzd/gotp v0.1.0
12
12
golang.org/x/net v0.27.0
13
13
)
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6
5
5
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
6
6
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
7
7
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
8
- github.com/google/go-github/v61 v61 .0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go =
9
- github.com/google/go-github/v61 v61 .0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
8
+ github.com/google/go-github/v63 v63 .0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE =
9
+ github.com/google/go-github/v63 v63 .0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA =
10
10
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
11
11
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
12
12
github.com/xlzd/gotp v0.1.0 h1:37blvlKCh38s+fkem+fFh7sMnceltoIEBYTVXyoa5Po =
You can’t perform that action at this time.
0 commit comments