oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Does the package support GO v1.17.2?

Open gitHusband opened this issue 3 years ago • 2 comments

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

gitHusband avatar Mar 16 '22 08:03 gitHusband

Network exception, use goproxy.cn as go proxy and try again.

LyricTian avatar Mar 16 '22 12:03 LyricTian

Works! Thanks!!! @LyricTian

gitHusband avatar Mar 17 '22 01:03 gitHusband