1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 10:11:16 +00:00
pup/go.mod

13 lines
371 B
Modula-2
Raw Normal View History

2019-09-19 18:11:24 +00:00
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
)