diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-24 23:31:32 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-24 23:32:25 +0100 |
| commit | ae67fa0cc979ab8a183ff6b3033dcfbc3de17cde (patch) | |
| tree | 387e2b9497b4508ffa5b36c9161e14559ff5a0d9 /testing/micro/glide.yaml | |
| parent | c98de8bf17f3a5deeba212b4f61b02438fcad73a (diff) | |
| download | aports-ae67fa0cc979ab8a183ff6b3033dcfbc3de17cde.tar.bz2 aports-ae67fa0cc979ab8a183ff6b3033dcfbc3de17cde.tar.xz | |
testing/micro: new aport
Diffstat (limited to 'testing/micro/glide.yaml')
| -rw-r--r-- | testing/micro/glide.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/micro/glide.yaml b/testing/micro/glide.yaml new file mode 100644 index 0000000000..36f8484286 --- /dev/null +++ b/testing/micro/glide.yaml @@ -0,0 +1,20 @@ +package: github.com/zyedidia/micro +import: +- package: github.com/blang/semver +- package: github.com/go-errors/errors +- package: github.com/layeh/gopher-luar +- package: github.com/mattn/go-isatty +- package: github.com/mattn/go-runewidth +- package: github.com/mitchellh/go-homedir +- package: github.com/sergi/go-diff + subpackages: + - diffmatchpatch +- package: github.com/yuin/gopher-lua +- package: github.com/zyedidia/clipboard +- package: github.com/zyedidia/glob +- package: github.com/zyedidia/json5 + subpackages: + - encoding/json5 +- package: github.com/zyedidia/tcell + subpackages: + - encoding |
