Sort go.mod

This commit is contained in:
Jesse Portnoy
2023-07-18 03:59:23 +01:00
parent 98bcf777fc
commit 07420a4df2
3 changed files with 3 additions and 11 deletions
+2 -6
View File
@@ -1,9 +1,5 @@
module gohighlight
module github.com/jessp01/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
)
require gopkg.in/yaml.v2 v2.4.0