File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/multimediallc/codeowners-plus
22
3- go 1.23.1
3+ go 1.25.0
44
55require (
66 github.com/bmatcuk/doublestar/v4 v4.10.0
77 github.com/boyter/gocodewalker v1.5.1
88 github.com/google/go-github/v63 v63.0.0
9+ github.com/google/go-github/v84 v84.0.0
910 github.com/pelletier/go-toml/v2 v2.2.4
1011 github.com/sourcegraph/go-diff v0.7.0
1112 github.com/urfave/cli/v2 v2.27.7
@@ -14,7 +15,7 @@ require (
1415require (
1516 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
1617 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
17- github.com/google/go-querystring v1.1 .0 // indirect
18+ github.com/google/go-querystring v1.2 .0 // indirect
1819 github.com/russross/blackfriday/v2 v2.1.0 // indirect
1920 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2021 golang.org/x/sync v0.12.0 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1111github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1212github.com/google/go-github/v63 v63.0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE =
1313github.com/google/go-github/v63 v63.0.0 /go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA =
14+ github.com/google/go-github/v84 v84.0.0 /go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
1415github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1516github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
17+ github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
18+ github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
1619github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
1720github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
1821github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
You can’t perform that action at this time.
0 commit comments