prometheus-community / PushProx

Proxy to allow Prometheus to scrape through NAT etc.
Apache License 2.0
705 stars 132 forks source link

Remove vendor directory #89

Closed SuperQ closed 3 years ago

SuperQ commented 3 years ago

Use Go module downloading, rather than inline vendoring.

Signed-off-by: Ben Kochie superq@gmail.com

hansmi commented 3 years ago

@SuperQ, after just having struggled with vendored dependencies in #83: LGTM.