aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gx-go/glide.yaml
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-03-05 13:02:12 -0600
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-01 19:11:31 +0000
commita9bccb09bad16864922406dbe9286e05f7402574 (patch)
treeff4ad108bed2319ab0868d1b1ce047a25e0f5c9e /testing/gx-go/glide.yaml
parent0ebd74570127c670bfb45dab635c544dac4d5748 (diff)
downloadaports-a9bccb09bad16864922406dbe9286e05f7402574.tar.bz2
aports-a9bccb09bad16864922406dbe9286e05f7402574.tar.xz
testing/gx-go: new aport
https://github.com/whyrusleeping/gx-go A tool to use with the gx package manager for packages written in go
Diffstat (limited to 'testing/gx-go/glide.yaml')
-rw-r--r--testing/gx-go/glide.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/gx-go/glide.yaml b/testing/gx-go/glide.yaml
new file mode 100644
index 0000000000..b5214da724
--- /dev/null
+++ b/testing/gx-go/glide.yaml
@@ -0,0 +1,12 @@
+package: src/github.com/whyrusleeping/gx-go
+import:
+- package: github.com/kr/fs
+- package: github.com/mitchellh/go-homedir
+- package: github.com/urfave/cli
+- package: github.com/whyrusleeping/gx-go
+ subpackages:
+ - rewrite
+- package: github.com/whyrusleeping/gx
+ subpackages:
+ - gxutil
+- package: github.com/whyrusleeping/stump