Update go.mod dependencies (major) #201
Open
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:
v2.1.1->v3.3.0v1.1.0->v2.0.0Release Notes
go-chi/httplog (github.com/go-chi/httplog/v2)
v3.3.0Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/httplog@v3.2.2...v3.3.0
v3.2.2Compare Source
What's Changed
Full Changelog: go-chi/httplog@v3.2.1...v3.2.2
v3.2.1Compare Source
What's Changed
Full Changelog: go-chi/httplog@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
by @VojtechVitek in #59
Full Changelog: go-chi/httplog@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
Full Changelog: go-chi/httplog@v3.0.0...v3.1.0
v3.0.0Compare Source
What's Changed
with contributions from @david-littlefarmer and @wangfenjin
github.com/go-chi/httplog/v3
Based on prototype at https://github.com/golang-cz/httplog
Fixes #28
Fixes #35
Fixes #36
Fixes #40
New Contributors
Full Changelog: go-chi/httplog@v2.1.1...v3.0.0
knadh/koanf (github.com/knadh/koanf/providers/env)
v2.0.0Compare Source
This is a major breaking change that ends koanf v1 (v1.5.0) and moves to v2. Continued usage of v1 is unaffected. While koanf does not bundle external dependencies into its core thereby avoiding them in the build, a
go getwould still pull them and go.mod, bringing in unnecessary references as all the providers and parsers were "sub" packages of the main module.This PR upgrades koanf to v2 and separates every single provider and parser package into its own module, go.mod, and release tag (eg:
providers/yaml/v0.1.0). That is, one-repository, many modules. This removes references to all indirect dependencies in the main koanf package significantly de-cluttering it.What changes?
github.com/knadh/koanf/v2.go get github.com/knadh/koanf/providers/s3,go get github.com/knadh/koanf/parsers/jsonetc.Full Changelog: knadh/koanf@v1.5.0...v2.0.0
Configuration
📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.