Skip to content
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

Fix go.mod for Go 1.13 #258

Merged
merged 2 commits into from Aug 2, 2019
Merged

Fix go.mod for Go 1.13 #258

merged 2 commits into from Aug 2, 2019

Commits on Aug 2, 2019

  1. Fix go.mod file for Go 1.13

    tie committed Aug 2, 2019
    Copy the full SHA
    f7b7e99 View commit details
    Browse the repository at this point in the history
  2. remove optional indirect dependency

    go mod tidy pulls in glog indirect dependency from grpc logger package.
    protoreflect does not use grpclog/glogger, so it's ok to omit glog from go.mod.
    tie committed Aug 2, 2019
    Copy the full SHA
    bcee28a View commit details
    Browse the repository at this point in the history