21 lines
592 B
Modula-2
21 lines
592 B
Modula-2
module tools
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737
|
|
github.com/axw/gocov v1.0.0
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/go-swagger/go-swagger v0.25.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
|
|
github.com/onsi/ginkgo/v2 v2.1.1
|
|
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
|
|
golang.org/x/tools v0.1.0
|
|
honnef.co/go/tools v0.1.1
|
|
mvdan.cc/gofumpt v0.1.0
|
|
)
|
|
|
|
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.3
|