client/go.mod
konrad 3ff775b4aa
All checks were successful
the build was successful
Added tools to go mod
2018-11-29 01:18:32 +01:00

11 lines
401 B
Modula-2

module git.kolaente.de/sofaraum/client
require (
github.com/client9/misspell v0.3.4
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc
github.com/karalabe/xgo v0.0.0-20181007145344-72da7d1d3970
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
golang.org/x/tools v0.0.0-20181128225727-c5b00d9557fd // indirect
)