Skip to content

Commit 374e3e9

Browse files
Update module github.com/google/go-github/v79 to v82
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc7bc11 commit 374e3e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,11 @@ github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLO
140140
github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic=
141141
github.com/google/go-github/v75 v75.0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI=
142142
github.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=
143144
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
144145
github.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=
145148
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
146149
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
147150
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=

0 commit comments

Comments
 (0)