tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel

Home Page:http://tcnksm.github.io/ghr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove deprecated code.google.com imports

emilevauge opened this issue · comments

Hi,

As code.google.com is shutting down, I get a warning when using ghr:
warning: code.google.com is shutting down; import path code.google.com/p/goauth2/oauth will stop working.
Could you use golang.org/x/oauth2 instead of code.google.com/p/goauth2/oauth here

"code.google.com/p/goauth2/oauth"
?

OK. Thank you for reporting