chore: update go module dependencies #83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "updatarr/go-module-dependencies-1f9213fde8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates
go module dependencies.Automerge: Enabled
Changed files:
go.mod:20v1.9.0->v1.10.1go.mod:21v2.9.0->v2.9.2go.mod:23v0.21.0->v0.23.1go.mod:24v0.20.2->v0.21.6go.mod:25v0.23.0->v0.26.1go.mod:26v0.7.0->v0.7.1go.mod:30v0.7.7->v0.9.2go.mod:37v0.67.5->v0.69.0go.mod:38v0.19.2->v0.20.1go.mod:39v1.0.9->v1.0.10go.mod:42v1.27.1->v1.28.0go.mod:43v2.4.3->v2.4.4go.mod:45v0.55.0->v0.56.0go.mod:46v0.34.0->v0.36.0go.mod:47v0.20.0->v0.21.0go.mod:48v0.45.0->v0.46.0go.mod:49v0.43.0->v0.44.0go.mod:50v0.37.0->v0.38.0go.mod:51v0.14.0->v0.15.0go.mod:52v2.4.0->v2.5.0go.mod:57v0.36.0->v0.36.2go.mod:59v0.0.0-20260317180543-43fb72c5454a->v0.0.0-20260618221249-bc653b64f974go.mod:60v0.0.0-20260210185600-b8788abfbbc2->v0.0.0-20260617174310-a95e086a2553go.mod:63v6.3.2->v6.4.0Release notes
v1.10.0: github.com/fsnotify/fsnotify: 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)
v1.10.1: 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)
v2.9.1: github.com/fxamacker/cbor/v2: 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 https://github.com/fxamacker/cbor/pull/688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.1
v2.9.2: 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: https://github.com/fxamacker/cbor/compare/v2.9.1...v2.9.2
v0.22.2: github.com/go-openapi/jsonpointer: v0.22.2Compare source
0.22.2 - 2025-11-14
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.1...v0.22.2
12 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates
People who contributed to this release
jsonpointer license terms
v0.22.3: github.com/go-openapi/jsonpointer: v0.22.3Compare source
0.22.3 - 2025-11-17
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.2...v0.22.3
8 commits in this release.
Documentation
Code quality
Miscellaneous tasks
People who contributed to this release
New Contributors
in #76
jsonpointer license terms
v0.22.4: github.com/go-openapi/jsonpointer: v0.22.4Compare source
0.22.4 - 2025-12-06
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.3...v0.22.4
1 commits in this release.
Miscellaneous tasks
People who contributed to this release
jsonpointer license terms
v0.22.5: github.com/go-openapi/jsonpointer: v0.22.5Compare source
0.22.5 - 2026-03-02
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/v0.22.4...v0.22.5
15 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #97
jsonpointer license terms
v0.23.0: github.com/go-openapi/jsonpointer: v0.23.0Compare source
0.23.0 - 2026-04-15
Support for known limitations
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/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
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #118
jsonpointer license terms
v0.23.1: github.com/go-openapi/jsonpointer: v0.23.1Compare source
0.23.1 - 2026-04-18
Full Changelog: https://github.com/go-openapi/jsonpointer/compare/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.21.4: github.com/go-openapi/jsonreference: v0.21.4Compare source
0.21.4 - 2025-12-08
Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.3...v0.21.4
1 commits in this release.
Documentation
People who contributed to this release
New Contributors
in #64
jsonreference license terms
v0.21.5: github.com/go-openapi/jsonreference: v0.21.5Compare source
0.21.5 - 2026-03-02
Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.4...v0.21.5
14 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.21.6: github.com/go-openapi/jsonreference: v0.21.6Compare source
0.21.6 - 2026-05-31
Full Changelog: https://github.com/go-openapi/jsonreference/compare/v0.21.5...v0.21.6
21 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.25.5: github.com/go-openapi/swag: v0.25.5Compare source
0.25.5 - 2026-03-02
Full Changelog: https://github.com/go-openapi/swag/compare/v0.25.4...v0.25.5
16 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
swag license terms
Per-module changes
cmdutils (0.25.5)
Testing
conv (0.25.5)
Testing
Miscellaneous tasks
Updates
fileutils (0.25.5)
Testing
Updates
jsonname (0.25.5)
Testing
Updates
jsonutils/adapters/easyjson (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.25.5)
Testing
Updates
jsonutils (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
loading (0.25.5)
Testing
Miscellaneous tasks
Updates
mangling (0.25.5)
Code quality
Testing
Updates
netutils (0.25.5)
Testing
Updates
stringutils (0.25.5)
Testing
Updates
typeutils (0.25.5)
Testing
Updates
yamlutils (0.25.5)
Testing
Miscellaneous tasks
Updates
v0.26.0: github.com/go-openapi/swag: v0.26.0Compare source
0.26.0 - 2026-04-15
Full Changelog: https://github.com/go-openapi/swag/compare/v0.25.5...v0.26.0
14 commits in this release.
Implemented enhancements
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
swag license terms
Per-module changes
cmdutils (0.26.0)
Miscellaneous tasks
conv (0.26.0)
Miscellaneous tasks
Updates
fileutils (0.26.0)
Miscellaneous tasks
Updates
jsonname (0.26.0)
Implemented enhancements
Miscellaneous tasks
Updates
jsonutils/adapters/easyjson (0.26.0)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.26.0)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.26.0)
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.26.0)
Miscellaneous tasks
Updates
jsonutils (0.26.0)
Miscellaneous tasks
Updates
loading (0.26.0)
Miscellaneous tasks
Updates
mangling (0.26.0)
Miscellaneous tasks
Updates
netutils (0.26.0)
Miscellaneous tasks
Updates
stringutils (0.26.0)
Miscellaneous tasks
Updates
typeutils (0.26.0)
Miscellaneous tasks
Updates
yamlutils (0.26.0)
Miscellaneous tasks
Updates
v0.26.1: github.com/go-openapi/swag: v0.26.1Compare source
0.26.1 - 2026-06-07
Full Changelog: https://github.com/go-openapi/swag/compare/v0.26.0...v0.26.1
12 commits in this release.
Implemented enhancements
Documentation
Miscellaneous tasks
Security
Updates
People who contributed to this release
swag license terms
Per-module changes
conv (0.26.1)
Miscellaneous tasks
Updates
fileutils (0.26.1)
Updates
jsonname (0.26.1)
Updates
jsonutils/adapters/easyjson (0.26.1)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.26.1)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.26.1)
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.26.1)
Updates
jsonutils (0.26.1)
Miscellaneous tasks
Updates
loading (0.26.1)
Implemented enhancements
Miscellaneous tasks
Security
Updates
mangling (0.26.1)
Updates
netutils (0.26.1)
Updates
stringutils (0.26.1)
Updates
typeutils (0.26.1)
Updates
yamlutils (0.26.1)
Miscellaneous tasks
Updates
v0.8.0: github.com/mailru/easyjsonCompare source
stable version before go version bump
v0.9.0: github.com/mailru/easyjsonCompare source
up go version and bugfixes
v0.9.1: github.com/mailru/easyjson: v0.9.1Compare source
What's Changed
New Contributors
Full Changelog: https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1
v0.9.2: github.com/mailru/easyjson: v0.9.2Compare source
What's Changed
Full Changelog: https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2
v0.68.0: github.com/prometheus/common: v0.68.0Compare source
What's Changed
New Contributors
Full Changelog: https://github.com/prometheus/common/compare/v0.67.5...v0.68.0
v0.68.1: github.com/prometheus/common: v0.68.1Compare source
What's Changed
Full Changelog: https://github.com/prometheus/common/compare/v0.68.0...v0.68.1
v0.69.0: github.com/prometheus/common: v0.69.0Compare source
What's Changed
Full Changelog: https://github.com/prometheus/common/compare/v0.68.1...v0.69.0
v0.20.0: github.com/prometheus/procfs: v0.20.0Compare source
What's Changed
New Contributors
Full Changelog: https://github.com/prometheus/procfs/compare/v0.19.2...v0.20.0
v0.20.1: github.com/prometheus/procfs: v0.20.1Compare source
What's Changed
New Contributors
Full Changelog: https://github.com/prometheus/procfs/compare/v0.20.0...v0.20.1
v1.0.10: github.com/spf13/pflag: v1.0.10Compare source
What's Changed
New Contributors
Full Changelog: https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10