mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
15 lines
266 B
AMPL
15 lines
266 B
AMPL
module github.com/jessp01/gohighlight
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|