Update go.mod packages - Disabled branches #598
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.0
v3.10.2
->v3.13.0
v5.6.0+incompatible
->v5.9.11+incompatible
v1.2.4
->v1.4.3
v0.19.6
->v0.22.0
v0.20.2
->v0.21.1
v0.22.3
->v0.24.1
v1.5.3
->v1.5.4
v0.6.9
->v0.7.1
v0.5.9
->v0.7.0
v0.3.15
->v0.3.16
091c0ba
->5a60cdf
v1.14.0
->v1.14.4
v1.10.7
->v1.10.9
v0.7.7
->v0.9.0
v0.4.0
->v0.6.2
v0.44.0
->v0.66.1
v0.10.0
->v0.17.0
v1.3.1
->v1.4.0
v1.0.6-0.20210604193023-d5e0c0615ace
->v1.0.10
v0.37.0
->v0.41.0
v0.39.0
->v0.43.0
v0.28.0
->v0.31.0
v0.32.0
->v0.36.0
v0.31.0
->v0.34.0
v0.24.0
->v0.28.0
v0.3.0
->v0.13.0
v1.36.5
->v1.36.8
v0.27.2
->v0.34.0
54b630e
->66792ee
9f67429
->0af2bda
v0.15.0
->v0.22.0
bc3834c
->2d32026
v4.2.3
->v4.7.0
v1.3.0
->v1.6.0
Warning
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.0
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0
Compare Source
v3.12.2
Compare Source
v3.12.1
Compare Source
v3.12.0
Compare Source
v3.11.3
Compare Source
v3.11.2
Compare Source
v3.11.1
Compare Source
v3.11.0
Compare Source
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatible
Compare Source
v5.9.10+incompatible
Compare Source
v5.9.0+incompatible
Compare Source
v5.8.1+incompatible
Compare Source
v5.8.0+incompatible
Compare Source
v5.7.0+incompatible
Compare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
v1.4.1
Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0
Compare Source
This release dramatically improves interoperability with Go's
log/slog
package. In particular,logr.NewContext
andlogr.NewContextWithSlogLogger
use the same context key, which allowslogr.FromContext
andlogr.FromContextAsSlogLogger
to returnlogr.Logger
or*slog.Logger
respectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLogr
andlogr/slogr.ToSlogHandler
have been superceded bylogr.FromSlogHandler
andlogr.ToSlogHandler
respectively, and typelogr/slogr.SlogSink
has been superceded bylogr.SlogSink
. All of the old names inlogr/slogr
remain, for compatibility.Package
logr/funcr
now supportslogr.SlogSink
, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncr
handles the timestamp itself).Users who have a
logr.Logger
and need a*slog.Logger
can callslog.New(logr.ToSlogHandler(...))
and all output will go through the same stack.Users who have a
*slog.Logger
orslog.Handler
can 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.0
Compare Source
This release adds support for slog in a new, self-contained
logr/slogr
package. Implementers of alogr.LogSink
are encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslog
API call.Breaking change: the call depth for
LogSink.Enabled
when called viaLogger.Enabled
was fixed to be the same as for other call paths. Implementers of aLogSink
who 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.22.0
Compare Source
v0.21.2
Compare Source
v0.21.1
Compare Source
v0.21.0
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.1
Compare Source
v0.21.0
Compare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.24.1
Compare Source
v0.24.0
Compare Source
v0.23.1
Compare Source
v0.23.0
Compare Source
v0.22.10
Compare Source
v0.22.9
Compare Source
v0.22.8
Compare Source
v0.22.7
Compare Source
v0.22.6
Compare Source
v0.22.5
Compare Source
v0.22.4
Compare Source
golang/protobuf (github.com/golang/protobuf)
v1.5.4
Compare Source
Notable changes
google/gnostic (github.com/google/gnostic)
v0.7.1
Compare Source
v0.7.0
Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0
Compare Source
New API:
Panic messaging:
v0.6.0
Compare Source
New API:
cmpopts.EquateComparable
Documentation changes:
Build changes:
Testing changes:
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.4
Compare Source
v1.14.3
Compare Source
v1.14.2
Compare Source
v1.14.1
Compare Source
lib/pq (github.com/lib/pq)
v1.10.9
Compare Source
v1.10.8
Compare Source
mailru/easyjson (github.com/mailru/easyjson)
v0.9.0
Compare Source
up go version and bugfixes
v0.8.0
Compare Source
stable version before go version bump
prometheus/client_model (github.com/prometheus/client_model)
v0.6.2
Compare 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).