diff options
| -rw-r--r-- | Gopkg.toml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +# Tools required for generating, liniting, and formatting code +required = [ + "github.com/golang/lint/golint", + "github.com/golang/protobuf/protoc-gen-go", + "golang.org/x/tools/cmd/goimports", + "honnef.co/go/tools/cmd/megacheck", + "github.com/wadey/gocovmerge" +] + # Source dependancies [[constraint]] name = "github.com/golang/protobuf" |