Skip to content

Commit

Permalink
fix(deps): Update github.com/jackc/pglogrepl digest to 0c5b98f (#11154)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/jackc/pglogrepl](https://togithub.com/jackc/pglogrepl) | require | digest | `5ef673a` -> `0c5b98f` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuNSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Jun 1, 2023
1 parent da1648a commit b01b8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/postgresql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cloudquery/plugin-pb-go v1.0.8
github.com/cloudquery/plugin-sdk/v2 v2.7.0
github.com/google/uuid v1.3.0
github.com/jackc/pglogrepl v0.0.0-20230318140337-5ef673a9d169
github.com/jackc/pglogrepl v0.0.0-20230428004623-0c5b98f52784
github.com/jackc/pgx-zerolog v0.0.0-20230315001418-f978528409eb
github.com/jackc/pgx/v5 v5.3.1
github.com/rs/zerolog v1.29.0
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/postgresql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jackc/pgio v1.0.0 h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=
github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bYf8=
github.com/jackc/pglogrepl v0.0.0-20230318140337-5ef673a9d169 h1:r3eRvbo5j+OfO8NFYRUK7q162ZVHRb5sVT/A865RpuY=
github.com/jackc/pglogrepl v0.0.0-20230318140337-5ef673a9d169/go.mod h1:P5+MSYwllwjij1PDNGA4NF6hpomKWs0CmuagKUW9s0c=
github.com/jackc/pglogrepl v0.0.0-20230428004623-0c5b98f52784 h1:qk5+0FP+HrGuqOcrQB2ISaLduvBaPnXBUoJ2FsQE9wg=
github.com/jackc/pglogrepl v0.0.0-20230428004623-0c5b98f52784/go.mod h1:P5+MSYwllwjij1PDNGA4NF6hpomKWs0CmuagKUW9s0c=
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E=
Expand Down

0 comments on commit b01b8e5

Please sign in to comment.