2021-02-26 13:53:44 +01:00
|
|
|
module go.xsfx.dev/fortlit
|
2020-01-07 11:45:10 +01:00
|
|
|
|
|
|
|
go 1.13
|
2020-02-12 11:14:56 +01:00
|
|
|
|
2021-02-26 13:53:44 +01:00
|
|
|
require (
|
|
|
|
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
|
|
|
|
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
|
|
|
|
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
|
|
|
|
github.com/dave/jennifer v1.4.1
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/pterm/pterm v0.12.9
|
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
|
|
)
|