go-session / session

A efficient, safely and easy-to-use session library for Go.
https://godoc.org/github.com/go-session/session
MIT License
210 stars 38 forks source link

Does the package support GO v1.17.2 #11

Open gitHusband opened 2 years ago

gitHusband commented 2 years ago

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

LyricTian commented 2 years ago

Use https://goproxy.cn/ as go proxy try again. This error is network exception.