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 (
1818 "strings"
1919
2020 "github.com/PuerkitoBio/goquery"
21- "github.com/google/go-github/v66 /github"
21+ "github.com/google/go-github/v67 /github"
2222)
2323
2424// 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/v66 /github"
8+ "github.com/google/go-github/v67 /github"
99)
1010
1111func Test_AppRestrictionsEnabled (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.0
77require (
88 github.com/PuerkitoBio/goquery v1.9.2
99 github.com/google/go-cmp v0.6.0
10- github.com/google/go-github/v66 v66 .0.0
10+ github.com/google/go-github/v67 v67 .0.0
1111 github.com/xlzd/gotp v0.1.0
1212 golang.org/x/net v0.31.0
1313)
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
55github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
66github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
77github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
8- github.com/google/go-github/v66 v66 .0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M =
9- github.com/google/go-github/v66 v66 .0.0/go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4 =
8+ github.com/google/go-github/v67 v67 .0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg =
9+ github.com/google/go-github/v67 v67 .0.0/go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY =
1010github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1111github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1212github.com/xlzd/gotp v0.1.0 h1:37blvlKCh38s+fkem+fFh7sMnceltoIEBYTVXyoa5Po =
You can’t perform that action at this time.
0 commit comments