Update module github.com/go-kit/kit to v0.13.0#56
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
613a0c0 to
a338476
Compare
a338476 to
f51bcaf
Compare
58a44e3 to
97b3d59
Compare
97b3d59 to
357bf57
Compare
357bf57 to
939b45d
Compare
939b45d to
9a48d49
Compare
Contributor
Author
ℹ Artifact update noticeFile name: vice-president/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9a48d49 to
93fe84c
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: vice-president/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.9.0→v0.13.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
go-kit/kit (github.com/go-kit/kit)
v0.13.0Compare Source
Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
streadway/amqptorabbitmq-amqp091-goby @Juneezee in #1210New Contributors
Full Changelog: go-kit/kit@v0.12.0...v0.13.0
v0.12.0Compare Source
A mostly procedural update to Go kit, including support for the latest version of Go, and updates for dependencies, including a long-awaited update to avoid a CVE in the JWT dependency.
v0.11.0Compare Source
A new release with several improvements and enhancements. The first one in a long while! Huge thanks to @sagikazarmark for putting in most of the gruntwork to make it happen! You're a superstar.
The biggest thing: package log has been extracted to a separate repository and module, go-kit/log. This means that if you or your project was importing go-kit/kit just to get package log, you can significantly reduce your go.mod and dep graph by switching to the new module. Note that we have no current plans to alias the existing go-kit/kit/log to the new go-kit/log module and package, nor to deprecate the current package in favor of the new one. They are two distinct packages with no defined relationship to each other. This may change in the future.
Major changes:
Thanks to the 22 contributors who contributed to this release! 🏌️♂️
Bug fixes
Enhancements
Documentation, examples, tests
See more details in the 0.11.0 milestone.
v0.10.0Compare Source
A new release with several minor improvements and enhancements. The major change is the adoption of Go modules: Go kit now includes a go.mod (and go.sum) specifying the precise version of our dependencies. We'll try to keep these dependencies updated, but consumers can always specify overrides, if necessary.
Thanks to the 10 contributors who contributed to this release! 🏌️♂️
Bug fixes
Enhancements
Documentation, examples, tests
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.