Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not download the package using go get -u github.com/tidwall/buntdb
go get -u github.com/tidwall/buntdb
The error is `go get: github.com/tidwall/buntdb@v1.2.9 requires
github.com/tidwall/assert@v0.1.0: stream error: stream ID 7; INTERNAL_ERROR`
My Go Version:
go version go1.17.2 darwin/amd64
The text was updated successfully, but these errors were encountered:
Yes this package does support Go v1.17.2. The error you show looks a lot like a networking issue.
@tidwall Yeah, thanks! I can get it
I can not download the package using
go get -u github.com/tidwall/buntdb
The error is
`go get: github.com/tidwall/buntdb@v1.2.9 requires
My Go Version:
go version go1.17.2 darwin/amd64
The text was updated successfully, but these errors were encountered: