Commit ee2efe7
authored
fix(deps): update module github.com/pressly/goose/v3 to v3.26.0 (#545)
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
>
> This notice will be removed on 2025-10-07.
<hr>
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/pressly/goose/v3](https://redirect.github.com/pressly/goose)
| `v3.25.0` -> `v3.26.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>pressly/goose (github.com/pressly/goose/v3)</summary>
###
[`v3.26.0`](https://redirect.github.com/pressly/goose/blob/HEAD/CHANGELOG.md#v3260---2025-10-03)
[Compare
Source](https://redirect.github.com/pressly/goose/compare/v3.25.0...v3.26.0)
- Add `*slog.Logger` support to goose provider via option `WithSlog`
([#​989](https://redirect.github.com/pressly/goose/issues/989))
- Add convenience `WithTableName` provider option
([#​985](https://redirect.github.com/pressly/goose/issues/985))
- Minor bug fixes and dependency upgrades
- Add general purpose `Locker` interface to support DB locking with a
table-based Postgres
implementation via `lock.NewPostgresTableLocker`
([#​993](https://redirect.github.com/pressly/goose/issues/993) for
more details)
- Unlike `SessionLocker`, this uses the `*sql.DB` connection pool
- Add `WithLocker` option to goose provider
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/infratographer/x).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 9125c9b commit ee2efe7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
552 | | - | |
| 551 | + | |
| 552 | + | |
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| |||
0 commit comments