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

all: deprecate the module #1306

Merged
merged 1 commit into from Mar 29, 2021
Merged

all: deprecate the module #1306

merged 1 commit into from Mar 29, 2021

Commits on Mar 21, 2021

  1. all: deprecate the module

    Use the new deprecation feature to mark this module as deprecated.
    See https://golang.org/issue/40357.
    
    Considerations:
    * google.golang.org/protobuf/cmd/protoc-gen-go@v1.25.0 and below
    used to generate a hard dependency on github.com/golang/protobuf,
    which would be frustrating since it would force an explicit dependency
    on a deprecated module. However, that is no longer the case in v1.26.0.
    * google.golang.org/protobuf and github.com/golang/protobuf have
    a cyclic dependency on each other. However, this should not be a problem
    since proposal 40357 only marks direct dependencies in the go.mod file,
    rather than all transitive dependencies in the go.sum file.
    dsnet committed Mar 21, 2021
    Copy the full SHA
    5a07a66 View commit details
    Browse the repository at this point in the history