-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
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
go modules support #185
Comments
lopezator
added a commit
to lopezator/go-grpc-middleware
that referenced
this issue
Jan 15, 2019
Add modules support. Closes grpc-ecosystem#185
verifying github.com/grpc-ecosystem/[email protected]/go.mod: checksum mismatch |
I can't use go module to sync import "github.com/grpc-ecosystem/go-grpc-middleware/ratelimit". Is it because the ratelimitpackage was updated yesterday? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for GO modules.
As the current https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/.travis.yml supports go 1.8.x does this feels enough to launch a new major release?
Maybe v1.1.0?
CC/ @domgreen @mwitkow
The text was updated successfully, but these errors were encountered: