1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-06-16 04:40:57 +03:00

Vendor new packages, fix bad sync dependency.

This commit is contained in:
Will Rouesnel
2016-11-18 03:45:42 +11:00
parent 1246d1b90b
commit 9f1835bb2d
207 changed files with 116600 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import (
"time"
"regexp"
"errors"
"sync"
"gopkg.in/yaml.v2"
@ -19,7 +20,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/log"
"github.com/blang/semver"
"github.com/anacrolix/sync"
)
var Version string = "0.0.1"