chore: update go dependencies #94

Merged
Wuast94 merged 3 commits from updatarr/go-dependencies-c171078cda into main 2026-07-23 01:21:17 +02:00
Owner

Updates go dependencies.

Automerge: Enabled

Changed files:

  • .devcontainer/Dockerfile:6 mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113 -> mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651
  • Dockerfile:15 mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113 -> mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651
  • go.mod:7 v1.1.3 -> v1.2.0
  • go.mod:9 v3.27.2 -> v3.27.3
  • go.mod:20 v0.3.0 -> v0.4.0
Release notes

v1.2.0: github.com/lmittmann/tint: v1.2.0

Compare source

tint.NewHandler is now deprecated in favor of the new tint.NewTextHandler. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically.

What's Changed

New Contributors

Full Changelog: https://github.com/lmittmann/tint/compare/v1.1.3...v1.2.0

v3.27.3: github.com/pressly/goose/v3: v3.27.3

Compare source

Changed

  • Various dependency upgrades

v0.4.0: github.com/sethvargo/go-retry: v0.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/sethvargo/go-retry/compare/v0.3.0...v0.4.0

Updates `go dependencies`. Automerge: Enabled Changed files: - `.devcontainer/Dockerfile:6` `mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113` -> `mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651` - `Dockerfile:15` `mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113` -> `mirror.gcr.io/library/golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651` - `go.mod:7` `v1.1.3` -> `v1.2.0` - `go.mod:9` `v3.27.2` -> `v3.27.3` - `go.mod:20` `v0.3.0` -> `v0.4.0` <details> <summary>Release notes</summary> ### [`v1.2.0`](https://github.com/lmittmann/tint/releases/tag/v1.2.0): github.com/lmittmann/tint: v1.2.0 [Compare source](https://github.com/lmittmann/tint/compare/v1.1.3...v1.2.0) `tint.NewHandler` is now deprecated in favor of the new `tint.NewTextHandler`. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically. ## What's Changed * Avoid throwaway time rounding by @scop in https://github.com/lmittmann/tint/pull/102 * fix formating of `[]byte` values by @lmittmann in https://github.com/lmittmann/tint/pull/103 * refactor: rename NewHandler to NewTextHandler by @lmittmann in https://github.com/lmittmann/tint/pull/109 ## New Contributors * @scop made their first contribution in https://github.com/lmittmann/tint/pull/102 **Full Changelog**: https://github.com/lmittmann/tint/compare/v1.1.3...v1.2.0 ### [`v3.27.3`](https://github.com/pressly/goose/releases/tag/v3.27.3): github.com/pressly/goose/v3: v3.27.3 [Compare source](https://github.com/pressly/goose/compare/v3.27.2...v3.27.3) ### Changed - Various dependency upgrades ### [`v0.4.0`](https://github.com/sethvargo/go-retry/releases/tag/v0.4.0): github.com/sethvargo/go-retry: v0.4.0 [Compare source](https://github.com/sethvargo/go-retry/compare/v0.3.0...v0.4.0) ## What's Changed * Fix typo in README by @stefanvanburen in https://github.com/sethvargo/go-retry/pull/30 * Fix typo in GoDoc comment for NewConstant function by @domelzer in https://github.com/sethvargo/go-retry/pull/31 * Only check for ctx exipry in one place by @JonasAlfredsson in https://github.com/sethvargo/go-retry/pull/33 * add more unit tests by @medyagh in https://github.com/sethvargo/go-retry/pull/36 * Add test badge to README by @medyagh in https://github.com/sethvargo/go-retry/pull/35 * fix: avoid Int63n panic on non-positive jitter by @sethvargo in https://github.com/sethvargo/go-retry/pull/39 * Modernize for Go 1.25 by @sethvargo in https://github.com/sethvargo/go-retry/pull/40 * Fix exponential backoff overflow race by @sethvargo in https://github.com/sethvargo/go-retry/pull/41 * Pin checkout and setup-go to v7 SHAs by @sethvargo in https://github.com/sethvargo/go-retry/pull/43 * Cover backoff wrappers and constructor panics by @sethvargo in https://github.com/sethvargo/go-retry/pull/42 * Add WithFullJitter backoff middleware by @sethvargo in https://github.com/sethvargo/go-retry/pull/45 ## New Contributors * @stefanvanburen made their first contribution in https://github.com/sethvargo/go-retry/pull/30 * @domelzer made their first contribution in https://github.com/sethvargo/go-retry/pull/31 * @JonasAlfredsson made their first contribution in https://github.com/sethvargo/go-retry/pull/33 * @medyagh made their first contribution in https://github.com/sethvargo/go-retry/pull/36 **Full Changelog**: https://github.com/sethvargo/go-retry/compare/v0.3.0...v0.4.0 </details>
chore: update go dependencies
Some checks failed
CI / Quality (pull_request) Failing after 10m51s
CI / Build (pull_request) Has been skipped
66d5185ff9
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-07-13 15:43:34 +02:00
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 66d5185ff9
Some checks failed
CI / Quality (pull_request) Failing after 10m51s
CI / Build (pull_request) Has been skipped
to 3c75bf45fa
Some checks failed
CI / Quality (pull_request) Failing after 11m8s
CI / Build (pull_request) Has been skipped
2026-07-14 05:33:51 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 3c75bf45fa
Some checks failed
CI / Quality (pull_request) Failing after 11m8s
CI / Build (pull_request) Has been skipped
to d023d5d579
Some checks failed
CI / Quality (pull_request) Failing after 11m8s
CI / Build (pull_request) Has been skipped
2026-07-14 08:02:29 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from d023d5d579
Some checks failed
CI / Quality (pull_request) Failing after 11m8s
CI / Build (pull_request) Has been skipped
to 5cd79485c4
Some checks failed
CI / Quality (pull_request) Failing after 12m6s
CI / Build (pull_request) Has been skipped
2026-07-14 09:55:23 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 5cd79485c4
Some checks failed
CI / Quality (pull_request) Failing after 12m6s
CI / Build (pull_request) Has been skipped
to 4f90e50d42
Some checks failed
CI / Quality (pull_request) Failing after 13m33s
CI / Build (pull_request) Has been skipped
2026-07-14 10:33:22 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 4f90e50d42
Some checks failed
CI / Quality (pull_request) Failing after 13m33s
CI / Build (pull_request) Has been skipped
to be3ce06aaa
Some checks failed
CI / Quality (pull_request) Failing after 12m20s
CI / Build (pull_request) Has been skipped
2026-07-14 12:28:50 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from be3ce06aaa
Some checks failed
CI / Quality (pull_request) Failing after 12m20s
CI / Build (pull_request) Has been skipped
to b2c8e14d26
Some checks failed
CI / Quality (pull_request) Failing after 11m1s
CI / Build (pull_request) Has been skipped
2026-07-14 14:20:02 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from b2c8e14d26
Some checks failed
CI / Quality (pull_request) Failing after 11m1s
CI / Build (pull_request) Has been skipped
to c342c8b3e5
Some checks failed
CI / Quality (pull_request) Failing after 10m53s
CI / Build (pull_request) Has been skipped
2026-07-14 18:48:50 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from c342c8b3e5
Some checks failed
CI / Quality (pull_request) Failing after 10m53s
CI / Build (pull_request) Has been skipped
to a9d7d3ec2e
Some checks failed
CI / Quality (pull_request) Failing after 10m35s
CI / Build (pull_request) Has been skipped
2026-07-15 01:11:17 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from a9d7d3ec2e
Some checks failed
CI / Quality (pull_request) Failing after 10m35s
CI / Build (pull_request) Has been skipped
to 68346d492d
Some checks failed
CI / Quality (pull_request) Failing after 10m47s
CI / Build (pull_request) Has been skipped
2026-07-15 04:58:34 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 68346d492d
Some checks failed
CI / Quality (pull_request) Failing after 10m47s
CI / Build (pull_request) Has been skipped
to ca610972fd
Some checks failed
CI / Quality (pull_request) Failing after 1m35s
CI / Build (pull_request) Has been skipped
2026-07-15 05:35:42 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from ca610972fd
Some checks failed
CI / Quality (pull_request) Failing after 1m35s
CI / Build (pull_request) Has been skipped
to 42e678b747
Some checks failed
CI / Quality (pull_request) Failing after 2m16s
CI / Build (pull_request) Has been skipped
2026-07-18 16:48:43 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 42e678b747
Some checks failed
CI / Quality (pull_request) Failing after 2m16s
CI / Build (pull_request) Has been skipped
to 0b414425ae
Some checks failed
CI / Quality (pull_request) Failing after 3m11s
CI / Build (pull_request) Has been skipped
2026-07-21 02:38:09 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 0b414425ae
Some checks failed
CI / Quality (pull_request) Failing after 3m11s
CI / Build (pull_request) Has been skipped
to ac02f17235
Some checks failed
CI / Quality (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
2026-07-21 15:17:24 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from ac02f17235
Some checks failed
CI / Quality (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
to 48a4402fab
Some checks failed
CI / Quality (pull_request) Failing after 5m52s
CI / Build (pull_request) Has been skipped
2026-07-21 15:47:38 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 48a4402fab
Some checks failed
CI / Quality (pull_request) Failing after 5m52s
CI / Build (pull_request) Has been skipped
to 4447faa2c8
Some checks failed
CI / Quality (pull_request) Failing after 4m39s
CI / Build (pull_request) Has been skipped
2026-07-22 11:25:15 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 4447faa2c8
Some checks failed
CI / Quality (pull_request) Failing after 4m39s
CI / Build (pull_request) Has been skipped
to ed8e0ac3c2
Some checks failed
CI / Quality (pull_request) Failing after 5m41s
CI / Build (pull_request) Has been skipped
2026-07-22 17:05:56 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from ed8e0ac3c2
Some checks failed
CI / Quality (pull_request) Failing after 5m41s
CI / Build (pull_request) Has been skipped
to 564d3027f3
Some checks failed
CI / Quality (pull_request) Failing after 5m17s
CI / Build (pull_request) Has been skipped
2026-07-22 18:38:46 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 564d3027f3
Some checks failed
CI / Quality (pull_request) Failing after 5m17s
CI / Build (pull_request) Has been skipped
to 1a5e4f33cc
Some checks failed
CI / Quality (pull_request) Failing after 9m28s
CI / Build (pull_request) Has been skipped
2026-07-22 21:30:11 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 1a5e4f33cc
Some checks failed
CI / Quality (pull_request) Failing after 9m28s
CI / Build (pull_request) Has been skipped
to 58dd0b6f64
Some checks failed
CI / Quality (pull_request) Failing after 4m22s
CI / Build (pull_request) Has been skipped
2026-07-22 22:50:35 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 58dd0b6f64
Some checks failed
CI / Quality (pull_request) Failing after 4m22s
CI / Build (pull_request) Has been skipped
to 76eb29b90a
Some checks failed
CI / Build (pull_request) Has been cancelled
CI / Quality (pull_request) Has been cancelled
2026-07-23 00:23:38 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 76eb29b90a
Some checks failed
CI / Build (pull_request) Has been cancelled
CI / Quality (pull_request) Has been cancelled
to ae37ef888d
Some checks failed
CI / Quality (pull_request) Failing after 3m15s
CI / Build (pull_request) Has been skipped
2026-07-23 00:23:55 +02:00
Compare
fix: migrate to tint text handler
Some checks failed
CI / Quality (pull_request) Successful in 2m10s
CI / Build (pull_request) Failing after 20m4s
3c733fc801
fix: stabilize runtime image smoke test
All checks were successful
CI / Quality (pull_request) Successful in 4m3s
CI / Build (pull_request) Successful in 3m28s
552f49fe84
Wuast94 deleted branch updatarr/go-dependencies-c171078cda 2026-07-23 01:21:18 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/updatarr!94
No description provided.