I can not download the package using `go get -v github.com/go-session/session/v3` The error is `go get: module github.com/go-session/session/v3: stream error: stream ID 7; INTERNAL_ERROR` My Go Version: `go version go1.17.2 darwin/amd64`
I can not download the package using
go get -v github.com/go-session/session/v3The error is
go get: module github.com/go-session/session/v3: stream error: stream ID 7; INTERNAL_ERRORMy Go Version:
go version go1.17.2 darwin/amd64