File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.0
55require (
66 github.com/bmatcuk/doublestar/v4 v4.10.0
77 github.com/boyter/gocodewalker v1.5.1
8- github.com/google/go-github/v85 v85 .0.0
8+ github.com/google/go-github/v86 v86 .0.0
99 github.com/pelletier/go-toml/v2 v2.3.1
1010 github.com/sourcegraph/go-diff v0.8.0
1111 github.com/urfave/cli/v3 v3.9.0
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
99github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1010github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
1111github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
12- github.com/google/go-github/v85 v85 .0.0 h1:1+TLFX/akTFXK7o9Z9uAloQGufOn4ySa5DItUM1VWT4 =
13- github.com/google/go-github/v85 v85 .0.0/go.mod h1:jYkBnqN+SzR2A2fGKYfbt6DEEQAyxeK0Q2XpPV9ZFsU =
12+ github.com/google/go-github/v86 v86 .0.0 h1:S/6aANJhwRm8EQmGKVML3j41yq0h2BsTP8FnDkO7kcA =
13+ github.com/google/go-github/v86 v86 .0.0/go.mod h1:zKv1l4SwDXNFMGByi2FWkq71KwSXqj/eQRZuqtmcot8 =
1414github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
1515github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
1616github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc =
Original file line number Diff line number Diff line change 88 "testing"
99 "time"
1010
11- "github.com/google/go-github/v85 /github"
11+ "github.com/google/go-github/v86 /github"
1212 owners "github.com/multimediallc/codeowners-plus/internal/config"
1313 "github.com/multimediallc/codeowners-plus/internal/git"
1414 gh "github.com/multimediallc/codeowners-plus/internal/github"
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- "github.com/google/go-github/v85 /github"
12+ "github.com/google/go-github/v86 /github"
1313 "github.com/multimediallc/codeowners-plus/internal/git"
1414 "github.com/multimediallc/codeowners-plus/pkg/codeowners"
1515 f "github.com/multimediallc/codeowners-plus/pkg/functional"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "testing"
1414 "time"
1515
16- "github.com/google/go-github/v85 /github"
16+ "github.com/google/go-github/v86 /github"
1717 "github.com/multimediallc/codeowners-plus/pkg/codeowners"
1818 f "github.com/multimediallc/codeowners-plus/pkg/functional"
1919)
You can’t perform that action at this time.
0 commit comments