mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 12:56:27 -04:00
16 lines
322 B
AMPL
16 lines
322 B
AMPL
module examples
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0
|
|
github.com/zyedidia/highlight v0.0.0-20200217010119-291680feaca1
|
|
)
|
|
|
|
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
|
|
)
|