migrate
migrate copied to clipboard
chore: upgrade oauth2
Fixes vulnerability in golang.org/x/oauth2/jws:
- https://security.snyk.io/vuln/SNYK-GOLANG-GOLANGORGXOAUTH2JWS-8749594
Performed go get golang.org/x/oauth2@latest and go mod tidy.
OAuth2 seems to be only used to read from remote GitHub repositories. Tested by github_test.go.