This commit is contained in:
Jesse Portnoy
2023-07-18 19:30:52 +01:00
parent 449702f27b
commit b5d8dddab5
5 changed files with 29 additions and 43 deletions
+10 -1
View File
@@ -2,4 +2,13 @@ module github.com/jessp01/gohighlight
go 1.19
require gopkg.in/yaml.v2 v2.4.0
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
)