Update Go dependencies#61
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
c5aa940 to
bda3068
Compare
3d2dcbc to
7733261
Compare
4299dcb to
412b9f6
Compare
96c5f3d to
1195136
Compare
197119b to
d98497a
Compare
6c54a5c to
09548fa
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
bc58ff3 to
a1db88c
Compare
eb82af5 to
00afaeb
Compare
6191a8a to
9784503
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.24.0→v1.27.3v1.9.0→v1.10.1v2.9.0→v2.9.2v0.22.4→v0.24.0v0.21.4→v0.21.6v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v2.27.8→v2.29.0v1.8.0→v1.9.0v0.1.14→v0.1.15v0.0.20→v0.0.22v1.34.0→v1.35.1v0.2.2→v0.2.31.26.0→1.26.4v0.16.0→v0.20.0v1.40.0→v1.44.0v1.40.0→v1.44.0v0.16.0→v0.20.0v1.40.0→v1.44.0v0.16.0→v0.20.0v1.40.0→v1.44.0v1.9.0→v1.10.0v0.48.0→v0.53.0v0.33.0→v0.37.0v0.50.0→v0.56.0v0.35.0→v0.36.0v0.19.0→v0.21.0v0.41.0→v0.46.0v0.40.0→v0.44.0v0.34.0→v0.38.0v0.14.0→v0.15.0v0.42.0→v0.47.04cfbd41→925bb5d4cfbd41→925bb5dv0.35.1→v0.36.2v0.35.1→v0.36.2v0.35.1→v0.36.2v0.35.1→v0.36.2v2.130.1→v2.140.0a19766b→8f3fa49b8788ab→be93311v6.3.2→v6.4.0Release Notes
aws/smithy-go (github.com/aws/smithy-go)
v1.27.3Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.27.3v1.27.2Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.27.2v1.27.1Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.27.1v1.27.0Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.27.0github.com/aws/smithy-go/aws-http-auth: v1.2.0v1.26.0Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.26.0v1.25.1Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.25.1v1.25.0Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.25.0v1.24.3Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.24.3github.com/aws/smithy-go/aws-http-auth: v1.1.3v1.24.2: Release (2026-02-27)Compare Source
Release (2026-02-27)
General Highlights
v1.24.1Compare Source
General Highlights
Module Highlights
github.com/aws/smithy-go: v1.24.1fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.2Compare Source
This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.
Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).
The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.
This release passed fuzz tests (billions of execs) and it is production quality.
What's Changed
CI / GitHub Actions and Docs
🔎 Details...
Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2
v2.9.1Compare Source
This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.
🐞 Bug fixes related to the
keyasintfeatureThese changes only affect Go struct fields tagged with
keyasint:math.MaxInt64when decoding CBOR map to a struct withkeyasintfield (PR #757)keyasinttag values (PR #757)🐞 Other bug fixes and defensive checks
Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).
NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).
RawMessagefromRawMessage.MarshalCBOR(PR #753)U+FFFDreplacement character (PR #753)What's Changed
TimeRFC3339NanoUTCby @fxamacker in #688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.24.0Compare Source
0.24.0 - 2026-06-29
Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0
17 commits in this release.
Implemented enhancements
Refactor
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
Other (technical)
People who contributed to this release
jsonpointer license terms
v0.23.2Compare Source
0.23.2 - 2026-06-26
Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2
13 commits in this release.
Implemented enhancements
Documentation
Miscellaneous tasks
Updates
93b1676to2e57e83in the development-dependencies group by @dependabot[bot] in #137 ...People who contributed to this release
jsonpointer license terms
v0.23.1Compare Source
0.23.1 - 2026-04-18
Full Changelog: go-openapi/jsonpointer@v0.23.0...v0.23.1
5 commits in this release.
Fixed bugs
Documentation
Updates
People who contributed to this release
jsonpointer license terms
v0.23.0Compare Source
0.23.0 - 2026-04-15
Support for known limitations
Full Changelog: go-openapi/jsonpointer@v0.22.5...v0.23.0
16 commits in this release.
Implemented enhancements
"-"array suffix is now supported by @fredbi in #121 ...Fixed bugs
Documentation
Configuration
📅 Schedule: (UTC)
🚦 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.