Update go.mod packages - Disabled branches #573
Closed
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.2.0->v2.3.0v3.10.2->v3.12.2v5.6.0+incompatible->v5.9.11+incompatiblev1.2.4->v1.4.3v0.19.6->v0.21.2v0.20.2->v0.21.0v0.22.3->v0.23.1v1.5.3->v1.5.4v0.6.9->v0.7.0v0.5.9->v0.7.0v1.3.0->v1.6.0v0.3.15->v0.3.16091c0ba->5a60cdfv1.14.0->v1.14.4v1.10.7->v1.10.9v0.7.7->v0.9.0v0.4.0->v0.6.2v0.44.0->v0.65.0v0.10.0->v0.17.0v1.3.1->v1.4.0v1.0.6-0.20210604193023-d5e0c0615ace->v1.0.7v0.37.0->v0.41.0v0.39.0->v0.43.0v0.32.0->v0.35.0v0.31.0->v0.34.0v0.24.0->v0.28.0v0.3.0->v0.12.0v1.36.5->v1.36.7v0.27.2->v0.33.354b630e->f3f2b999f67429->4c0f3b2v0.15.0->v0.21.0bc3834c->2d32026v4.2.3->v4.7.0v1.3.0->v1.6.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cespare/xxhash (github.com/cespare/xxhash/v2)
v2.3.0Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.3Compare Source
v3.11.2Compare Source
v3.11.1Compare Source
v3.11.0Compare Source
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatibleCompare Source
v5.9.10+incompatibleCompare Source
v5.9.0+incompatibleCompare Source
v5.8.1+incompatibleCompare Source
v5.8.0+incompatibleCompare Source
v5.7.0+incompatibleCompare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.3Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
v1.4.1Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0Compare Source
This release dramatically improves interoperability with Go's
log/slogpackage. In particular,logr.NewContextandlogr.NewContextWithSlogLoggeruse the same context key, which allowslogr.FromContextandlogr.FromContextAsSlogLoggerto returnlogr.Loggeror*slog.Loggerrespectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLograndlogr/slogr.ToSlogHandlerhave been superceded bylogr.FromSlogHandlerandlogr.ToSlogHandlerrespectively, and typelogr/slogr.SlogSinkhas been superceded bylogr.SlogSink. All of the old names inlogr/slogrremain, for compatibility.Package
logr/funcrnow supportslogr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncrhandles the timestamp itself).Users who have a
logr.Loggerand need a*slog.Loggercan callslog.New(logr.ToSlogHandler(...))and all output will go through the same stack.Users who have a
*slog.Loggerorslog.Handlercan calllogr.FromSlogHandler(...)and all output will go through the same stack.What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.3.0...v1.4.0
v1.3.0Compare Source
This release adds support for slog in a new, self-contained
logr/slogrpackage. Implementers of alogr.LogSinkare encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslogAPI call.Breaking change: the call depth for
LogSink.Enabledwhen called viaLogger.Enabledwas fixed to be the same as for other call paths. Implementers of aLogSinkwho have worked around this bug will need to remove their workarounds.Security best practices were improved. Only Go versions >= 1.18 are supported by this release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.2.4...v1.3.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.2Compare Source
v0.21.1Compare Source
v0.21.0Compare Source
v0.20.3Compare Source
v0.20.2Compare Source
v0.20.1Compare Source
v0.20.0Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.0Compare Source
v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.1Compare Source
v0.23.0Compare Source
v0.22.10Compare Source
v0.22.9Compare Source
v0.22.8Compare Source
v0.22.7Compare Source
v0.22.6Compare Source
v0.22.5Compare Source
v0.22.4Compare Source
golang/protobuf (github.com/golang/protobuf)
v1.5.4Compare Source
Notable changes
google/gnostic (github.com/google/gnostic)
v0.7.0Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0Compare Source
New API:
Panic messaging:
v0.6.0Compare Source
New API:
cmpopts.EquateComparableDocumentation changes:
Build changes:
Testing changes:
google/uuid (github.com/google/uuid)
v1.6.0Compare Source
Features
Bug Fixes
v1.5.0Compare Source
Features
v1.4.0Compare Source
Features
Fixes
v1.3.1Compare Source
Bug Fixes
imdario/mergo (github.com/imdario/mergo)
v0.3.16: Announcement: v1.0.0 will be released on June 18thCompare Source
This release doesn't contain code changes.
After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.
This version will be released under a vanity URL: dario.cat/mergo
PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.
PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.
jackc/pgtype (github.com/jackc/pgtype)
v1.14.4Compare Source
v1.14.3Compare Source
v1.14.2Compare Source
v1.14.1Compare Source
lib/pq (github.com/lib/pq)
v1.10.9Compare Source
v1.10.8Compare Source
mailru/easyjson (github.com/mailru/easyjson)
v0.9.0Compare Source
up go version and bugfixes
v0.8.0Compare Source
stable version before go version bump
prometheus/client_model (github.com/prometheus/client_model)
v0.6.2Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" in timezone America/New_York, 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.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).