Skip to content

Commit

Permalink
vendor: update lib/pq
Browse files Browse the repository at this point in the history
closes #243
  • Loading branch information
olt committed Sep 11, 2020
1 parent 9a98d9c commit f2a5193
Show file tree
Hide file tree
Showing 33 changed files with 1,075 additions and 2,299 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/jmhodges/levigo v0.0.0-20161115193449-c42d9e0ca023
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v0.0.0-20171113044440-8c6ee72f3e6b
github.com/lib/pq v1.8.0
github.com/omniscale/go-osm v0.2.1
github.com/pkg/errors v0.8.0
golang.org/x/sys v0.0.0-20171114162044-bf42f188b9bc // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/lib/pq v0.0.0-20171113044440-8c6ee72f3e6b h1:ITqD/2RWsKgBmfLYE2/urbXT3crKmfkuqg8bewO0c/U=
github.com/lib/pq v0.0.0-20171113044440-8c6ee72f3e6b/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/lib/pq v1.8.0 h1:9xohqzkUwzR4Ga4ivdTcawVS89YSDVxXMa3xJX3cGzg=
github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/omniscale/go-osm v0.2.1 h1:NIdUGVmRMKmZCOxQugrFnFFc/9Q0OpfLWn7IzLzMrc0=
github.com/omniscale/go-osm v0.2.1/go.mod h1:JRbRitKdvYZcmq+6PhI81NP9b5B7sJSvxN9jCc4XGEc=
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
Expand Down
25 changes: 0 additions & 25 deletions vendor/github.com/lib/pq/.travis.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 6 additions & 22 deletions vendor/github.com/lib/pq/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions vendor/github.com/lib/pq/CONTRIBUTING.md

This file was deleted.

88 changes: 6 additions & 82 deletions vendor/github.com/lib/pq/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions vendor/github.com/lib/pq/TESTS.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/lib/pq/buf.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2a5193

Please sign in to comment.