diff --git a/scripts/trigger-depup/go.mod b/scripts/trigger-depup/go.mod index b4bb37ae6f..2020aa131f 100644 --- a/scripts/trigger-depup/go.mod +++ b/scripts/trigger-depup/go.mod @@ -3,7 +3,6 @@ module github.com/reviewdog/reviewdog/scripts/trigger-depup go 1.21 require ( - github.com/google/go-github/v57 v57.0.0 github.com/google/go-github/v58 v58.0.0 golang.org/x/oauth2 v0.16.0 ) diff --git a/scripts/trigger-depup/go.sum b/scripts/trigger-depup/go.sum index 82bdf56887..3b95a34a03 100644 --- a/scripts/trigger-depup/go.sum +++ b/scripts/trigger-depup/go.sum @@ -6,8 +6,7 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-github/v57 v57.0.0 h1:L+Y3UPTY8ALM8x+TV0lg+IEBI+upibemtBD8Q9u7zHs= -github.com/google/go-github/v57 v57.0.0/go.mod h1:s0omdnye0hvK/ecLvpsGfJMiRt85PimQh4oygmLIxHw= +github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw= github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=