aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micro
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 02:19:32 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 02:20:04 +0100
commitc0756ad6450664d5e284418696eb09fa7268b25f (patch)
tree1a370bd7a737b953b9fd58ab5327fe9a29211ef9 /testing/micro
parent9ccd5db1f8f154a87e0edadf400d31a95af6f2ed (diff)
downloadaports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.bz2
aports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.xz
Cleanup unused files and patches
Diffstat (limited to 'testing/micro')
-rw-r--r--testing/micro/glide.lock62
-rw-r--r--testing/micro/glide.yaml20
2 files changed, 0 insertions, 82 deletions
diff --git a/testing/micro/glide.lock b/testing/micro/glide.lock
deleted file mode 100644
index 8a17134c9b..0000000000
--- a/testing/micro/glide.lock
+++ /dev/null
@@ -1,62 +0,0 @@
-hash: 3e97833e334a5147dc993aaa2279cbf91364ba456577b8185e4211c51d3ffc4b
-updated: 2017-01-24T16:14:38.277423319+01:00
-imports:
-- name: github.com/blang/semver
- version: dfab6d0809cb872370374c3bbe5770e926187def
-- name: github.com/gdamore/encoding
- version: b23993cbb6353f0e6aa98d0ee318a34728f628b9
-- name: github.com/go-errors/errors
- version: 8fa88b06e5974e97fbf9899a7f86a344bfd1f105
-- name: github.com/layeh/gopher-luar
- version: 80196fe2abc5682963fc7a5261f5a5d77509938b
-- name: github.com/lucasb-eyer/go-colorful
- version: 9c2852a141bf4711e4276f8f119c90d0f20a556c
-- name: github.com/mattn/go-isatty
- version: 30a891c33c7cde7b02a981314b4228ec99380cca
-- name: github.com/mattn/go-runewidth
- version: 737072b4e32b7a5018b4a7125da8d12de90e8045
-- name: github.com/mitchellh/go-homedir
- version: b8bc1bf767474819792c23f32d8286a45736f1c6
-- name: github.com/sergi/go-diff
- version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7
- subpackages:
- - diffmatchpatch
-- name: github.com/yuin/gopher-lua
- version: 66c871e454fcf10251c61bf8eff02d0978cae75a
- subpackages:
- - ast
- - parse
- - pm
-- name: github.com/zyedidia/clipboard
- version: adacf416cec40266b051e7bc096c52951f2725e9
-- name: github.com/zyedidia/glob
- version: 7cf5a078d22fc41b27fbda73685c88a3f2c6fe28
-- name: github.com/zyedidia/json5
- version: 2518f8beebde6814f2d30d566260480d2ded2f76
- subpackages:
- - encoding/json5
-- name: github.com/zyedidia/tcell
- version: f03d5b8b2730cb2578c427d120a5692ca54fb67b
- subpackages:
- - encoding
-- name: golang.org/x/net
- version: 57bfaa875b96fb91b4766077f34470528d4b03e9
- subpackages:
- - context
-- name: golang.org/x/sys
- version: 478fcf54317e52ab69f40bb4c7a1520288d7f7ea
- subpackages:
- - unix
-- name: golang.org/x/text
- version: 2910a502d2bf9e43193af9d68ca516529614eed3
- subpackages:
- - encoding
- - encoding/charmap
- - encoding/internal
- - encoding/internal/identifier
- - encoding/japanese
- - encoding/korean
- - encoding/simplifiedchinese
- - encoding/traditionalchinese
- - transform
-testImports: []
diff --git a/testing/micro/glide.yaml b/testing/micro/glide.yaml
deleted file mode 100644
index 36f8484286..0000000000
--- a/testing/micro/glide.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-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