module github.com/tonobo/mtr

require (
	github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
	github.com/fatih/color v1.7.0 // indirect
	github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
	github.com/mattn/go-colorable v0.1.0 // indirect
	github.com/mattn/go-isatty v0.0.4 // indirect
	github.com/spf13/cobra v0.0.3
	github.com/spf13/pflag v1.0.3 // indirect
	golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
	golang.org/x/sys v0.0.0-20190220154126-629670e5acc5 // indirect
)
