fix(deps): update module github.com/google/go-github/v42 to v50

This commit is contained in:
renovate[bot] 2023-01-27 00:33:44 +00:00 committed by GitHub
parent 26b6cdfc1f
commit 9138f12ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.19
require ( require (
github.com/gofiber/fiber/v2 v2.41.0 github.com/gofiber/fiber/v2 v2.41.0
github.com/google/go-github/v42 v42.0.0 github.com/google/go-github/v50 v50.0.0
github.com/google/go-github/v50 v50.0.0 github.com/google/go-github/v50 v50.0.0
) )