web: use chained WithInstrumentation (#6661)
* web: use chained WithInstrumentation
Requires an update of github.com/prometheus/common
* Update yaml.v2
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
... | ... | @@ -33,7 +33,7 @@ require ( |
github.com/prometheus/alertmanager v0.18.0 | ||
github.com/prometheus/client_golang v1.2.0 | ||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 | ||
github.com/prometheus/common v0.7.0 | ||
github.com/prometheus/common v0.8.0 | ||
github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75 | ||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 | ||
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd | ||
... | ... | @@ -49,7 +49,7 @@ require ( |
google.golang.org/grpc v1.22.1 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v2 v2.2.7 | ||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 | ||
k8s.io/api v0.0.0-20190813020757-36bff7324fb7 | ||
k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010 | ||
... | ... |
Please register or sign in to comment