File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/caarlos0/env/v9 v9.0.0
99 github.com/go-git/go-git/v5 v5.16.4
1010 github.com/google/go-github/v55 v55.0.0
11- github.com/google/go-github/v79 v79 .0.0
11+ github.com/google/go-github/v82 v82 .0.0
1212 github.com/labstack/echo/v4 v4.13.4
1313 go.uber.org/dig v1.19.0
1414 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
@@ -32,7 +32,7 @@ require (
3232 github.com/google/go-github/v62 v62.0.0 // indirect
3333 github.com/google/go-github/v66 v66.0.0 // indirect
3434 github.com/google/go-github/v75 v75.0.0 // indirect
35- github.com/google/go-querystring v1.1 .0 // indirect
35+ github.com/google/go-querystring v1.2 .0 // indirect
3636 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3737 github.com/kevinburke/ssh_config v1.2.0 // indirect
3838 github.com/labstack/gommon v0.4.2 // indirect
Original file line number Diff line number Diff line change @@ -140,8 +140,11 @@ github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLO
140140github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
141141github.com/google/go-github/v75 v75.0.0 /go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
142142github.com/google/go-github/v79 v79.0.0 /go.mod h1:OAFbNhq7fQwohojb06iIIQAB9CBGYLq999myfUFnrS4 =
143+ github.com/google/go-github/v82 v82.0.0 /go.mod h1:hQ6Xo0VKfL8RZ7z1hSfB4fvISg0QqHOqe9BP0qo+WvM =
143144github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
144145github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
146+ github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
147+ github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
145148github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A =
146149github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 /go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo =
147150github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
You can’t perform that action at this time.
0 commit comments