build(deps): bump github.com/jackc/pgx/v4 from 4.16.0 to 4.17.1
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.0 to 4.17.1. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v4.16.0...v4.17.1) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f29dc312a
commit
b133ff5994
50 changed files with 1503 additions and 253 deletions
10
vendor/github.com/jackc/puddle/README.md
generated
vendored
10
vendor/github.com/jackc/puddle/README.md
generated
vendored
|
|
@ -1,5 +1,5 @@
|
|||
[](https://godoc.org/github.com/jackc/puddle)
|
||||
[](https://travis-ci.org/jackc/puddle)
|
||||

|
||||
|
||||
# Puddle
|
||||
|
||||
|
|
@ -49,6 +49,14 @@ res.Release()
|
|||
|
||||
```
|
||||
|
||||
## Status
|
||||
|
||||
Puddle v1 is complete. No changes are planned.
|
||||
|
||||
* Bug reports and fixes are welcome.
|
||||
* New features will not be accepted if they can be feasibly implemented in a wrapper.
|
||||
* Performance optimizations will not be accepted unless the performance issue rises to the level of a bug.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue