1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 18:35:23 +02:00

Upgrade go-github to v39 (#17437)

This commit is contained in:
Lunny Xiao 2021-10-26 15:19:21 +08:00 committed by GitHub
parent 849356deaf
commit 812a9daab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 2594 additions and 200 deletions

3
go.mod
View file

@ -53,8 +53,7 @@ require (
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-github/v37 v37.0.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/go-github/v39 v39.2.0
github.com/google/uuid v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/feeds v1.1.1