Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix(deps): fix(deps): Update module github.com/jackc/pgtype to v1.11.0 (
Browse files Browse the repository at this point in the history
#379)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/jackc/pgtype](https://togithub.com/jackc/pgtype) | require | minor | `v1.8.1` -> `v1.11.0` |

---

### Release Notes

<details>
<summary>jackc/pgtype</summary>

### [`v1.11.0`](https://togithub.com/jackc/pgtype/compare/v1.10.0...v1.11.0)

[Compare Source](https://togithub.com/jackc/pgtype/compare/v1.10.0...v1.11.0)

### [`v1.10.0`](https://togithub.com/jackc/pgtype/compare/v1.9.1...v1.10.0)

[Compare Source](https://togithub.com/jackc/pgtype/compare/v1.9.1...v1.10.0)

### [`v1.9.1`](https://togithub.com/jackc/pgtype/compare/v1.9.0...v1.9.1)

[Compare Source](https://togithub.com/jackc/pgtype/compare/v1.9.0...v1.9.1)

### [`v1.9.0`](https://togithub.com/jackc/pgtype/compare/v1.8.1...v1.9.0)

[Compare Source](https://togithub.com/jackc/pgtype/compare/v1.8.1...v1.9.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jun 27, 2022
1 parent 7e2672a commit 906ee1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -22,7 +22,7 @@ require (
github.com/iancoleman/strcase v0.2.0
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgtype v1.8.1
github.com/jackc/pgtype v1.11.0
github.com/jackc/pgx/v4 v4.13.0
github.com/lorenzosaino/go-sysctl v0.3.0
github.com/mitchellh/hashstructure/v2 v2.0.2
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Expand Up @@ -751,8 +751,9 @@ github.com/jackc/pgtype v1.3.1-0.20200606141011-f6355165a91c/go.mod h1:cvk9Bgu/V
github.com/jackc/pgtype v1.4.2/go.mod h1:JCULISAZBFGrHaOXIIFiyfzW5VY0GRitRr8NeJsrdig=
github.com/jackc/pgtype v1.6.2/go.mod h1:JCULISAZBFGrHaOXIIFiyfzW5VY0GRitRr8NeJsrdig=
github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM=
github.com/jackc/pgtype v1.8.1 h1:9k0IXtdJXHJbyAWQgbWr1lU+MEhPXZz6RIXxfR5oxXs=
github.com/jackc/pgtype v1.8.1/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4=
github.com/jackc/pgtype v1.11.0 h1:u4uiGPz/1hryuXzyaBhSk6dnIyyG2683olG2OV+UUgs=
github.com/jackc/pgtype v1.11.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4=
github.com/jackc/pgx v3.6.2+incompatible/go.mod h1:0ZGrqGqkRlliWnWB4zKnWtjbSWbGkVEFm4TeybAXq+I=
github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y=
github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM=
Expand Down

0 comments on commit 906ee1c

Please sign in to comment.