Update go.mod packages #467
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:
v3.9.0
->v3.12.2
v1.2.4
->v1.4.3
v0.19.6
->v0.21.1
v0.20.2
->v0.21.0
v0.22.3
->v0.23.1
v1.0.0
->v1.2.5
v1.5.3
->v1.5.4
v0.6.8
->v0.6.9
v0.6.0
->v0.7.0
v1.3.0
->v1.6.0
v1.8.0
->v1.8.1
v0.3.13
->v0.3.16
v0.7.7
->v0.9.0
v1.0.5
->v1.0.6
v1.8.2
->v1.10.0
v0.39.0
->v0.41.0
v0.29.0
->v0.30.0
v0.32.0
->v0.33.0
v0.31.0
->v0.32.0
v0.24.0
->v0.26.0
v0.11.0
->v0.12.0
v0.28.2
->v0.33.2
v0.28.2
->v0.33.2
v2.100.1
->v2.130.1
2695361
->8b98d1e
d93618c
->4c0f3b2
v0.8.0
->v0.16.2
v0.12.3
->v0.21.0
bc3834c
->cfa47c3
v4.2.3
->v4.7.0
0fc2ddc
->ed0ca5a
v1.3.0
->v1.4.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
emicklei/go-restful (github.com/emicklei/go-restful/v3)
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
v3.10.2
Compare Source
see comment in Readme how to customize this behaviour.
v3.10.1
Compare Source
v3.10.0
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.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.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.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/glog (github.com/golang/glog)
v1.2.5
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.4...v1.2.5
v1.2.4
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.3...v1.2.4
v1.2.3
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.2...v1.2.3
v1.2.2
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.1...v1.2.2
v1.2.1
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.0...v1.2.1
v1.2.0
Compare Source
What's Changed
Full Changelog: golang/glog@v1.1.2...v1.2.0
v1.1.2
Compare Source
Bugfix release.
What's Changed
Full Changelog: golang/glog@v1.1.1...v1.1.2
v1.1.1
Compare Source
Bugfixes since the larger v1.1.0, which have been addressed.
v1.1.0
Compare Source
Tagging v1.1.0 after syncing glog with internal changes
golang/protobuf (github.com/golang/protobuf)
v1.5.4
Compare Source
Notable changes
google/gnostic-models (github.com/google/gnostic-models)
v0.6.9
Compare Source
google/go-cmp (github.com/google/go-cmp)
v0.7.0
Compare Source
New API:
Panic messaging:
google/uuid (github.com/google/uuid)
v1.6.0
Compare Source
Features
Bug Fixes
v1.5.0
Compare Source
Features
v1.4.0
Compare Source
Features
Fixes
v1.3.1
Compare Source
Bug Fixes
gorilla/mux (github.com/gorilla/mux)
v1.8.1
Compare Source
What's Changed
authenticationMiddleware
initialization in theREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/693Single Page Application
example inREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/678New Contributors
Full Changelog: gorilla/mux@v1.8.0...v1.8.1
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.
v0.3.15
: Issues #131, #170, #220, and #202 fixedCompare Source
v0.3.14
: fix: Respect overwriteWithEmptySrc when merging maps #231Compare 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
spf13/pflag (github.com/spf13/pflag)
v1.0.6
Compare Source
What's Changed
pkg/flag
compatibility by @mckern in https://github.com/spf13/pflag/pull/220New Contributors
Full Changelog: spf13/pflag@v1.0.5...v1.0.6
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
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).