This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pressly/goose/v3](https://github.com/pressly/goose) | require | patch | `v3.23.0` -> `v3.23.1` |
---
### Release Notes
<details>
<summary>pressly/goose (github.com/pressly/goose/v3)</summary>
### [`v3.23.1`](https://github.com/pressly/goose/blob/HEAD/CHANGELOG.md#v3231)
[Compare Source](https://github.com/pressly/goose/compare/v3.23.0...v3.23.1)
- Store implementations can **optionally** implement the `TableExists` method to provide optimized
table existence checks ([#​860](https://github.com/pressly/goose/issues/860))
- Default postgres Store implementation updated to use `pg_tables` system catalog, more to follow
- Backward compatible change - existing implementations will continue to work without modification
```go
TableExists(ctx context.Context, db database.DBTxConn) (bool, error)
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42Mi42IiwidXBkYXRlZEluVmVyIjoiMzkuNjIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
v3.23.0->v3.23.1Release Notes
pressly/goose (github.com/pressly/goose/v3)
v3.23.1Compare Source
TableExistsmethod to provide optimizedtable existence checks (#860)
pg_tablessystem catalog, more to followConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
golang.org/x/syncv0.9.0->v0.10.0golang.org/x/sysv0.26.0->v0.28.0golang.org/x/textv0.19.0->v0.21.0mentioned in issue #4