Skip to content

Commit

Permalink
Bump github.com/lib/pq from 1.8.0 to 1.9.0 (#365)
Browse files Browse the repository at this point in the history
* Bump github.com/lib/pq from 1.8.0 to 1.9.0

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](lib/pq@v1.8.0...v1.9.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Auto-update license files

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: licensed-ci <[email protected]>
Co-authored-by: Mark Phelps <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2020
1 parent 4c86317 commit eb23e16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .licenses/go/github.com/lib/pq.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/lib/pq
version: v1.8.0
version: v1.9.0
type: go
summary: Package pq is a pure Go Postgres driver for the database/sql package.
homepage: https://godoc.org/github.com/lib/pq
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/lib/pq/oid.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/lib/pq/oid
version: v1.8.0
version: v1.9.0
type: go
summary: Package oid contains OID constants as defined by the Postgres server.
homepage: https://godoc.org/github.com/lib/pq/oid
license: mit
licenses:
- sources: pq@v1.8.0/LICENSE.md
- sources: pq@v1.9.0/LICENSE.md
text: |
Copyright (c) 2011-2013, 'pq' Contributors
Portions Copyright (C) 2011 Blake Mizerany
Expand Down
4 changes: 2 additions & 2 deletions .licenses/go/github.com/lib/pq/scram.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/lib/pq/scram
version: v1.8.0
version: v1.9.0
type: go
summary: Package scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
homepage: https://godoc.org/github.com/lib/pq/scram
license: mit
licenses:
- sources: pq@v1.8.0/LICENSE.md
- sources: pq@v1.9.0/LICENSE.md
text: |
Copyright (c) 2011-2013, 'pq' Contributors
Portions Copyright (C) 2011 Blake Mizerany
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.8.0
github.com/lib/pq v1.9.0
github.com/luna-duclos/instrumentedsql v1.1.3
github.com/luna-duclos/instrumentedsql/opentracing v0.0.0-20200611091901-487c5ec83473
github.com/markphelps/flipt-grpc-go v0.3.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhR
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw=
github.com/lib/pq v1.8.0 h1:9xohqzkUwzR4Ga4ivdTcawVS89YSDVxXMa3xJX3cGzg=
github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
github.com/luna-duclos/instrumentedsql v1.1.3 h1:t7mvC0z1jUt5A0UQ6I/0H31ryymuQRnJcWCiqV3lSAA=
Expand Down

0 comments on commit eb23e16

Please sign in to comment.