prometheus-community / prometheus-playground

Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Apache License 2.0
164 stars 24 forks source link

Use Go modules instead of dep #7

Closed lucperkins closed 5 years ago

lucperkins commented 5 years ago

This is a small procedural change but it should improve build times (as the dep tool no longer needs to be installed in each Go container).