Initial slimming of source project

This commit is contained in:
2025-06-13 21:40:15 -04:00
parent 2b769d0588
commit 4966337b1f
152 changed files with 21 additions and 3050 deletions
+3 -12
View File
@@ -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