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/v69 /github"
21+ "github.com/google/go-github/v70 /github"
2222)
2323
2424// AppRestrictionsEnabled returns whether the specified organization has
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "testing"
1111
1212 "github.com/google/go-cmp/cmp"
13- "github.com/google/go-github/v69 /github"
13+ "github.com/google/go-github/v70 /github"
1414)
1515
1616func Test_AppRestrictionsEnabled (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55require (
66 github.com/PuerkitoBio/goquery v1.10.2
77 github.com/google/go-cmp v0.7.0
8- github.com/google/go-github/v69 v69.2 .0
8+ github.com/google/go-github/v70 v70.0 .0
99 github.com/xlzd/gotp v0.1.0
1010 golang.org/x/net v0.37.0
1111)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
66github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
77github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
88github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
9- github.com/google/go-github/v69 v69.2 .0 h1:wR+Wi/fN2zdUx9YxSmYE0ktiX9IAR/BeePzeaUUbEHE =
10- github.com/google/go-github/v69 v69.2 .0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
9+ github.com/google/go-github/v70 v70.0 .0 h1:/tqCp5KPrcvqCc7vIvYyFYTiCGrYvaWoYMGHSQbo55o =
10+ github.com/google/go-github/v70 v70.0 .0/go.mod h1:xBUZgo8MI3lUL/hwxl3hlceJW1U8MVnXP3zUyI+rhQY =
1111github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1212github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1313github.com/xlzd/gotp v0.1.0 h1:37blvlKCh38s+fkem+fFh7sMnceltoIEBYTVXyoa5Po =
You can’t perform that action at this time.
0 commit comments