mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-06 08:57:15 -04:00
Initial slimming of source project
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
module github.com/jessp01/gohighlight
|
||||
module github.com/rwinkhart/gohighlight-embedded
|
||||
|
||||
go 1.19
|
||||
go 1.24.4
|
||||
|
||||
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
|
||||
)
|
||||
require gopkg.in/yaml.v2 v2.4.0
|
||||
|
||||
Reference in New Issue
Block a user