Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Ran go mod vendor #188

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

It drops some unused files. Makes my next PR leaner (because I had to vendor new modules).

jkohen commented 4 years ago

LGTM. Thanks for cleaning up and making the lines in modules.txt sorted.

Thank the go mod developers for the sorting :)