oauth2
oauth2 copied to clipboard
Does the package support GO v1.17.2?
I can not download the package using
go get -u -v github.com/go-oauth2/oauth2/v4/...
The error is
go get: github.com/go-oauth2/oauth2/[email protected] requires github.com/go-session/[email protected]+incompatible: stream error: stream ID 11; INTERNAL_ERROR
My Go Version:
go version go1.17.2 darwin/amd64
Network exception, use goproxy.cn as go proxy and try again.
Works! Thanks!!! @LyricTian