diff --git a/go.mod b/go.mod index cbd43aa..13b96aa 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index bef91ec..dd0bc19 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/syntax_files/syntax_checker.go b/syntax_files/syntax_checker.go index 7717eec..bdffe3a 100644 --- a/syntax_files/syntax_checker.go +++ b/syntax_files/syntax_checker.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "strings" - "github.com/zyedidia/highlight" + "github.com/jessp01/gohighlight" ) func main() {