chore: update go dependencies #137

Merged
Wuast94 merged 2 commits from updatarr/go-dependencies-c171078cda into main 2026-07-23 00:32:10 +02:00
Owner

Updates go dependencies.

Automerge: Enabled

Changed files:

  • .devcontainer/Dockerfile:4 golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113 -> golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651
  • go.mod:7 v1.1.3 -> v1.2.0
  • go.mod:8 v3.27.2 -> v3.27.3
  • go.mod:18 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:4` `golang:1.26.5-bookworm@sha256:18aedc16aa19b3fd7ded7245fc14b109e054d65d22ed53c355c899582bbb2113` -> `golang:1.26.5-bookworm@sha256:1ecb7edf62a0408027bd5729dfd6b1b8766e578e8df93995b225dfd0944eb651` - `go.mod:7` `v1.1.3` -> `v1.2.0` - `go.mod:8` `v3.27.2` -> `v3.27.3` - `go.mod:18` `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 10m56s
CI / Build (pull_request) Has been skipped
6968ae35f2
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-07-13 15:43:12 +02:00
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 6968ae35f2
Some checks failed
CI / Quality (pull_request) Failing after 10m56s
CI / Build (pull_request) Has been skipped
to c8e724b14d
Some checks failed
CI / Quality (pull_request) Failing after 12m15s
CI / Build (pull_request) Has been skipped
2026-07-14 09:54:47 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from c8e724b14d
Some checks failed
CI / Quality (pull_request) Failing after 12m15s
CI / Build (pull_request) Has been skipped
to 505c449aa5
Some checks failed
CI / Quality (pull_request) Failing after 11m56s
CI / Build (pull_request) Has been skipped
2026-07-14 12:28:23 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 505c449aa5
Some checks failed
CI / Quality (pull_request) Failing after 11m56s
CI / Build (pull_request) Has been skipped
to cde83ec7ba
Some checks failed
CI / Quality (pull_request) Failing after 11m50s
CI / Build (pull_request) Has been skipped
2026-07-14 16:51:19 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from cde83ec7ba
Some checks failed
CI / Quality (pull_request) Failing after 11m50s
CI / Build (pull_request) Has been skipped
to c612e99eea
Some checks failed
CI / Quality (pull_request) Failing after 10m54s
CI / Build (pull_request) Has been skipped
2026-07-14 18:48:26 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from c612e99eea
Some checks failed
CI / Quality (pull_request) Failing after 10m54s
CI / Build (pull_request) Has been skipped
to 519337942f
Some checks failed
CI / Quality (pull_request) Failing after 10m44s
CI / Build (pull_request) Has been skipped
2026-07-15 00:33:19 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 519337942f
Some checks failed
CI / Quality (pull_request) Failing after 10m44s
CI / Build (pull_request) Has been skipped
to e394fbc0e7
Some checks failed
CI / Quality (pull_request) Failing after 1m52s
CI / Build (pull_request) Has been skipped
2026-07-17 18:33:05 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from e394fbc0e7
Some checks failed
CI / Quality (pull_request) Failing after 1m52s
CI / Build (pull_request) Has been skipped
to 42986e565c
Some checks failed
CI / Quality (pull_request) Failing after 1m56s
CI / Build (pull_request) Has been skipped
2026-07-17 19:11:41 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 42986e565c
Some checks failed
CI / Quality (pull_request) Failing after 1m56s
CI / Build (pull_request) Has been skipped
to 187709e890
Some checks failed
CI / Quality (pull_request) Failing after 2m1s
CI / Build (pull_request) Has been skipped
2026-07-18 16:48:04 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 187709e890
Some checks failed
CI / Quality (pull_request) Failing after 2m1s
CI / Build (pull_request) Has been skipped
to f10c8f6ebe
Some checks failed
CI / Quality (pull_request) Failing after 3m34s
CI / Build (pull_request) Has been skipped
2026-07-18 17:28:24 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from f10c8f6ebe
Some checks failed
CI / Quality (pull_request) Failing after 3m34s
CI / Build (pull_request) Has been skipped
to 4128ea07a8
Some checks failed
CI / Quality (pull_request) Failing after 3m5s
CI / Build (pull_request) Has been skipped
2026-07-19 05:09:41 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 4128ea07a8
Some checks failed
CI / Quality (pull_request) Failing after 3m5s
CI / Build (pull_request) Has been skipped
to 6c6ae364dc
Some checks failed
CI / Quality (pull_request) Failing after 3m9s
CI / Build (pull_request) Has been skipped
2026-07-19 18:43:02 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 6c6ae364dc
Some checks failed
CI / Quality (pull_request) Failing after 3m9s
CI / Build (pull_request) Has been skipped
to 6ecfb12c7a
Some checks failed
CI / Quality (pull_request) Failing after 5m49s
CI / Build (pull_request) Has been skipped
2026-07-20 18:04:34 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 6ecfb12c7a
Some checks failed
CI / Quality (pull_request) Failing after 5m49s
CI / Build (pull_request) Has been skipped
to 4eed6182c4
Some checks failed
CI / Quality (pull_request) Failing after 8m32s
CI / Build (pull_request) Has been skipped
2026-07-21 15:16:08 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 4eed6182c4
Some checks failed
CI / Quality (pull_request) Failing after 8m32s
CI / Build (pull_request) Has been skipped
to 680a85f046
Some checks failed
CI / Quality (pull_request) Failing after 6m33s
CI / Build (pull_request) Has been skipped
2026-07-22 18:37:11 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 680a85f046
Some checks failed
CI / Quality (pull_request) Failing after 6m33s
CI / Build (pull_request) Has been skipped
to 9114bb4c63
Some checks failed
CI / Quality (pull_request) Failing after 4m41s
CI / Build (pull_request) Has been skipped
2026-07-22 19:22:18 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 9114bb4c63
Some checks failed
CI / Quality (pull_request) Failing after 4m41s
CI / Build (pull_request) Has been skipped
to 26daff0757
Some checks failed
CI / Quality (pull_request) Failing after 5m33s
CI / Build (pull_request) Has been skipped
2026-07-22 20:03:17 +02:00
Compare
Wuast94 force-pushed updatarr/go-dependencies-c171078cda from 26daff0757
Some checks failed
CI / Quality (pull_request) Failing after 5m33s
CI / Build (pull_request) Has been skipped
to 01f2816743
Some checks failed
CI / Quality (pull_request) Failing after 10m11s
CI / Build (pull_request) Has been skipped
2026-07-22 21:29:15 +02:00
Compare
fix: use renamed tint text handler
All checks were successful
CI / Quality (pull_request) Successful in 4m10s
CI / Build (pull_request) Successful in 2m11s
b8a538d4d7
Wuast94 deleted branch updatarr/go-dependencies-c171078cda 2026-07-23 00:32:10 +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/traefik-dash!137
No description provided.