1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-09 05:00:59 +03:00

Vendor all dependencies, add docker build to makefile.

Vendor and store all dependencies. This allows us to have a makefile which
builds to a minimized docker image.
This commit is contained in:
Will Rouesnel
2016-03-12 21:07:31 +11:00
parent 976a50234b
commit 054d825c7d
121 changed files with 26938 additions and 265 deletions

6
vendor/github.com/lib/pq/oid/doc.go generated vendored Normal file
View File

@@ -0,0 +1,6 @@
// Package oid contains OID constants
// as defined by the Postgres server.
package oid
// Oid is a Postgres Object ID.
type Oid uint32