X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=go.mod;h=40d6b0754ff338811663f325270ddf7fc55531d9;hb=ffd7b5c770955fe0be992949873702c6fe90d250;hp=92c7c1967d43ae9b101e08110a45bad8922cf419;hpb=7c77927913d0083f9d71d16d2b017bae15fd0f7f;p=micro.git diff --git a/go.mod b/go.mod index 92c7c196..40d6b075 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/mattn/go-isatty v0.0.11 github.com/mattn/go-runewidth v0.0.7 github.com/mitchellh/go-homedir v1.1.0 + github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff github.com/sergi/go-diff v1.1.0 github.com/stretchr/testify v1.4.0 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb @@ -19,6 +20,7 @@ require ( github.com/zyedidia/tcell v1.4.4 github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415 golang.org/x/text v0.3.2 + gopkg.in/sourcemap.v1 v1.0.5 // indirect gopkg.in/yaml.v2 v2.2.7 layeh.com/gopher-luar v1.0.7 )