gluster / gluster-prometheus

Gluster monitoring using Prometheus
GNU Lesser General Public License v2.1
119 stars 70 forks source link

enable use of go get #190

Open georgkrause opened 3 years ago

georgkrause commented 3 years ago

The project uses a deprecated way to install go stuff, called dep. The modern way is to use go get instead, which throws an error...