diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-30 00:31:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 00:31:47 +0800 |
commit | afe226cd1696fcfe3e4fbc8f3ed35bd1d115b362 (patch) | |
tree | 72b32c09caea566abe0ba3fa8abcd7fdcca47ca6 /go.mod | |
parent | efa9ef78c80e0579da01dd0008ad43a14b237165 (diff) |
build(deps): bump github.com/lib/pq from 1.2.0 to 1.3.0 (#6041)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.2.0...v1.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ require ( github.com/json-iterator/go v1.1.9 github.com/klauspost/compress v1.8.6 // indirect github.com/klauspost/cpuid v1.2.1 // indirect - github.com/lib/pq v1.2.0 + github.com/lib/pq v1.3.0 github.com/mattn/go-isatty v0.0.12 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mattn/go-sqlite3 v1.13.0 |