1
0
mirror of https://github.com/ericchiang/pup synced 2024-10-31 20:58:59 +00:00
pup/go.mod
2019-09-19 11:11:24 -07:00

13 lines
371 B
Modula-2

module github.com/ericchiang/pup
go 1.13
require (
github.com/fatih/color v1.0.0
github.com/mattn/go-colorable v0.0.5
github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 // indirect
golang.org/x/net v0.0.0-20160720084139-4d38db76854b
golang.org/x/sys v0.0.0-20160717071931-a646d33e2ee3 // indirect
golang.org/x/text v0.0.0-20160719205907-0a5a09ee4409
)