Newer
Older
httpcat / src / go.mod
Mark George on 27 Jan 2022 283 bytes WIP refactoring.
module httpcat

go 1.17

require (
	github.com/fatih/color v1.13.0
	github.com/jessevdk/go-flags v1.5.0
)

require (
	github.com/mattn/go-colorable v0.1.12 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
)