Merge pull request #6690 from estesp/update-prom-dep

Update prometheus client vendor
This commit is contained in:
Michael Crosby
2022-03-18 12:40:57 -04:00
committed by GitHub
12 changed files with 150 additions and 43 deletions

2
go.mod
View File

@@ -50,7 +50,7 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/selinux v1.10.0
github.com/pelletier/go-toml v1.9.3
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tchap/go-patricia/v2 v2.3.1