build: go mods: split build deps into subgomod, bump prometheus to 1.2.1, tweaked go mod tidy

tweaked go mod tidy: see comment in go.mod
This commit is contained in:
Christian Schwarz
2019-10-26 13:55:03 +02:00
parent d2bc40f78d
commit b0f2c79944
7 changed files with 407 additions and 284 deletions
+11
View File
@@ -0,0 +1,11 @@
// +build tools
package main
import (
_ "golang.org/x/tools/cmd/stringer"
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/alvaroloes/enumer"
_ "golang.org/x/tools/cmd/goimports"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
)