diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-11 13:24:02 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-11 13:24:02 -0800 |
| commit | e50b910bacbc2a2fe6423d26a953df6ed911cff0 (patch) | |
| tree | b8786523a8879ec8a81bd2522a15fe045642ba05 /glue | |
| parent | f8ff657998a46349e9dee2c5c8db9f18e170961e (diff) | |
| download | x-e50b910bacbc2a2fe6423d26a953df6ed911cff0.tar.xz x-e50b910bacbc2a2fe6423d26a953df6ed911cff0.zip | |
glue: use other gluassh
Diffstat (limited to 'glue')
| -rw-r--r-- | glue/glue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glue/glue.go b/glue/glue.go index 156daca..4ec182a 100644 --- a/glue/glue.go +++ b/glue/glue.go @@ -8,6 +8,7 @@ import ( "os" "runtime/pprof" + "github.com/Greyh4t/gluassh" "github.com/Xe/x/internal/gluaexpect" "github.com/Xe/x/internal/gluasimplebox" "github.com/ailncode/gluaxmlpath" @@ -17,7 +18,6 @@ import ( "github.com/kohkimakimoto/gluafs" "github.com/kohkimakimoto/gluamarkdown" "github.com/kohkimakimoto/gluaquestion" - "github.com/kohkimakimoto/gluassh" "github.com/kohkimakimoto/gluatemplate" "github.com/kohkimakimoto/gluayaml" "github.com/otm/gluaflag" |
