mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
10 lines
174 B
AMPL
10 lines
174 B
AMPL
module gohighlight
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jessp01/gohighlight v0.21.1-1
|
|
github.com/zyedidia/highlight v0.0.0-20200217010119-291680feaca1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|