mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 21:06:31 -04:00
17 lines
363 B
AMPL
17 lines
363 B
AMPL
module examples
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0
|
|
github.com/jessp01/gohighlight v0.21.1-1
|
|
github.com/jessp01/highlight v0.0.0-20230716160321-8969d1f05a45
|
|
)
|
|
|
|
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
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|