dep ensure

This commit is contained in:
davidnewhall2 2019-11-17 11:03:17 -08:00
parent 2b08ed5f23
commit cb314edba9
2 changed files with 2 additions and 3 deletions

View File

@ -46,12 +46,11 @@
version = "v1.0.1"
[[projects]]
digest = "1:eb8832cdc904ff89b70c524ab305bf3384c6411f9df6b9f2a41fddc2220e6613"
digest = "1:eb04f69c8991e52eff33c428bd729e04208bf03235be88e4df0d88497c6861b9"
name = "github.com/prometheus/client_golang"
packages = [
"prometheus",
"prometheus/internal",
"prometheus/promauto",
"prometheus/promhttp",
]
pruneopts = "UT"
@ -129,7 +128,6 @@
"github.com/BurntSushi/toml",
"github.com/influxdata/influxdb1-client/v2",
"github.com/prometheus/client_golang/prometheus",
"github.com/prometheus/client_golang/prometheus/promauto",
"github.com/prometheus/client_golang/prometheus/promhttp",
"github.com/spf13/pflag",
"golift.io/unifi",

View File

@ -145,5 +145,6 @@ func (c *Config) ParseENV() error {
c.SetBool(val)
}
}
return nil
}