diff options
author | 6543 <6543@obermui.de> | 2020-07-31 16:22:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 15:22:34 +0100 |
commit | b3e06523c1c4c960b9ef4fd2b2f409166100a9ea (patch) | |
tree | de303271c6e2b2ccf3e636bfe3f7c2488bc3b291 /go.mod | |
parent | 999ae61d0134781c329aabd6efc02db06e5fb77c (diff) | |
download | gitea-b3e06523c1c4c960b9ef4fd2b2f409166100a9ea.tar.gz gitea-b3e06523c1c4c960b9ef4fd2b2f409166100a9ea.zip |
[Vendor] upgrade google/go-github to v32.1.0 (#12361)
* upgrate go-github client to v32.1.0
* migrate
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 github.com/golang/protobuf v1.4.1 // indirect - github.com/google/go-github/v24 v24.0.1 + github.com/google/go-github/v32 v32.1.0 github.com/google/uuid v1.1.1 github.com/gorilla/context v1.1.1 github.com/hashicorp/go-retryablehttp v0.6.6 // indirect |