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

Add deprecation warning to go.mod #535

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Add deprecation warning to go.mod #535

merged 1 commit into from
Jun 19, 2023

Conversation

nemith
Copy link
Contributor

@nemith nemith commented Apr 21, 2023

Following the instructions here https://go.dev/ref/mod#go-mod-file-module-deprecation
this will deprecate this module and point people to the supported version.

This will show up in linters and with go mod command as well as in the
pkg.go.dev website.

Following the instructions here https://go.dev/ref/mod#go-mod-file-module-deprecation
this will deprecate this module and point people to the supported version.

This will show up in linters and with `go mod` command as well as in the
pkg.go.dev website.
@nemith
Copy link
Contributor Author

nemith commented Apr 21, 2023

I am submitting this as I didn't notice the deprecation in the readme until almost a year later just trying to find some documentation. Adding this will allow linters, go mod, and pkg.go.dev to make it very clear that this isn't supported anymore.

@michaelklishin michaelklishin merged commit 9d1cbf7 into streadway:master Jun 19, 2023
bcessa added a commit to bryk-io/pkg that referenced this pull request Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants