chore(deps): update go modules - abandoned #1056
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:
v3.12.2
->v3.13.0
v0.21.1
->v0.22.1
v0.21.0
->v0.21.2
v0.23.1
->v0.25.1
v0.9.0
->v0.9.1
57a2590
->ef92f78
v0.66.1
->v0.67.1
v0.16.1
->v0.17.0
v1.0.6
->v1.0.10
v0.5.2
->v0.5.3
1.24.4
->1.25.1
v2.4.2
->v2.4.3
v0.43.0
->v0.44.0
v0.30.0
->v0.31.0
v0.35.0
->v0.36.0
v0.34.0
->v0.35.0
v0.11.0
->v0.13.0
v1.36.8
->v1.36.10
v4.12.0
->v4.13.0
f3f2b99
->589584f
4c0f3b2
->bc988d5
cfa47c3
->2d32026
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.13.0
Compare Source
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.1
Compare Source
v0.22.0
Compare Source
v0.21.2
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.2
Compare Source
v0.21.1
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.25.1
Compare Source
v0.25.0
Compare Source
v0.24.1
Compare Source
v0.24.0
Compare Source
mailru/easyjson (github.com/mailru/easyjson)
v0.9.1
Compare Source
What's Changed
New Contributors
Full Changelog: mailru/easyjson@v0.9.0...v0.9.1
prometheus/common (github.com/prometheus/common)
v0.67.1
Compare Source
v0.67.0
Compare Source
prometheus/procfs (github.com/prometheus/procfs)
v0.17.0
Compare Source
What's Changed
Proc.Stat()
by @pgimalac in #659New Contributors
Full Changelog: prometheus/procfs@v0.16.1...v0.17.0
spf13/pflag (github.com/spf13/pflag)
v1.0.10
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
v1.0.9
Compare Source
What's Changed
Full Changelog: spf13/pflag@v1.0.8...v1.0.9
v1.0.8
Compare Source
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhitelist
struct and correspondingFlagSet.parseErrorsWhitelist
field have been renamed toParseErrorsAllowlist
.This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.
The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.7...v1.0.8
v1.0.7
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.6...v1.0.7
stretchr/objx (github.com/stretchr/objx)
v0.5.3
Compare Source
What's Changed
testify
assertions with custom testing helpers by @emilien-puget in #159New Contributors
Full Changelog: stretchr/objx@v0.5.2...v0.5.3
golang/go (go)
v1.25.1
v1.25.0
v1.24.7
v1.24.6
v1.24.5
yaml/go-yaml (go.yaml.in/yaml/v2)
v2.4.3
Compare Source
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.10
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10
Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor
Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp
v1.36.9
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9
User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message
evanphx/json-patch (gopkg.in/evanphx/json-patch.v4)
v4.13.0
Compare Source
Remove github.com/pkg/errors dependency
Configuration
📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).