Update perflib_exporter dependency

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2021-11-05 18:13:17 +10:00
parent 676eb55f99
commit b58dfdf4f3
2 changed files with 281 additions and 236 deletions

6
go.mod
View File

@@ -9,16 +9,14 @@ require (
github.com/dimchansky/utfbom v1.1.0
github.com/go-kit/log v0.2.0
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/leoluk/perflib_exporter v0.1.0
github.com/leoluk/perflib_exporter v0.1.1-0.20211102145742-c4d63ff8edc3
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.0
github.com/prometheus/exporter-toolkit v0.7.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)