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 @@ -18,7 +18,7 @@ import (
18
18
"strings"
19
19
20
20
"github.com/PuerkitoBio/goquery"
21
- "github.com/google/go-github/v64 /github"
21
+ "github.com/google/go-github/v65 /github"
22
22
)
23
23
24
24
// 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/v64 /github"
8
+ "github.com/google/go-github/v65 /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/v64 v64 .0.0
10
+ github.com/google/go-github/v65 v65 .0.0
11
11
github.com/xlzd/gotp v0.1.0
12
12
golang.org/x/net v0.29.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/v64 v64 .0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg =
9
- github.com/google/go-github/v64 v64 .0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo =
8
+ github.com/google/go-github/v65 v65 .0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ =
9
+ github.com/google/go-github/v65 v65 .0.0/go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60 =
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