module github.com/digineo/go-ping require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/digineo/go-logwrap v0.0.0-20181106161722-a178c58ea3f0 github.com/fatih/color v1.7.0 // indirect github.com/gdamore/tcell v1.1.1 github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rivo/tview v0.0.0-20181226202439-36893a669792 github.com/stretchr/testify v1.2.2 golang.org/x/net v0.0.0-20181220203305-927f97764cc3 golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect gopkg.in/cheggaaa/pb.v1 v1.0.27 )