Commit test inputs

This commit is contained in:
Jesse Portnoy
2023-07-17 23:07:25 +01:00
parent 61be1084fb
commit 7bc99257be
8 changed files with 244 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
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
)