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
-4
View File
@@ -1,7 +1,3 @@
github.com/jessp01/gohighlight v0.21.1-1 h1:Vf612pFhltUSZrUlnGPb2GT+JVHvCAXP/WUxEsgQVqY=
github.com/jessp01/gohighlight v0.21.1-1/go.mod h1:xNaUZAOKsRUL9Gyh/sSs1mTanML17Rx8Pn5kg80uIgI=
github.com/zyedidia/highlight v0.0.0-20200217010119-291680feaca1 h1:8oQDIgT8V1yyEoEvvoXkSfoJgSst+dUEwunxq8fbs1c=
github.com/zyedidia/highlight v0.0.0-20200217010119-291680feaca1/go.mod h1:c1r+Ob9tUTPB0FKWO1+x+Hsc/zNa45WdGq7Y38Ybip0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io/ioutil"
"strings"
"github.com/zyedidia/highlight"
"github.com/jessp01/gohighlight"
)
func main() {