You've already forked postgres_exporter
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user