]> git.lizzy.rs Git - micro.git/blobdiff - go.mod
Support csharp-script syntax. (#1425)
[micro.git] / go.mod
diff --git a/go.mod b/go.mod
index 92c7c1967d43ae9b101e08110a45bad8922cf419..40d6b0754ff338811663f325270ddf7fc55531d9 100644 (file)
--- 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
 )