sni / lmd

Livestatus Multitool Daemon - Create livestatus federation from multiple sources
https://labs.consol.de/omd/packages/lmd/
GNU General Public License v3.0
42 stars 31 forks source link

Re-order `go mod vendor` and `go mod tidy` #100

Closed jacobbaungard closed 4 years ago

jacobbaungard commented 4 years ago

It seems that running go mod tidy generates vendor changes, which could lead to build problems. Re-ordering go mod vendor and go mod tidy fixes this.

sni commented 4 years ago

thanks