module gitlab.schukai.com/oss/utilities/network/connection-checker

go 1.16

require (
	github.com/fatih/color v1.11.0
	github.com/jessevdk/go-flags v1.5.0
	github.com/mattn/go-runewidth v0.0.12 // indirect
	github.com/olekukonko/tablewriter v0.0.5
	github.com/rivo/uniseg v0.2.0 // indirect
	gitlab.schukai.com/oss/libraries/go/network/traceroute v1.0.0
	golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)