From 530fde686236d9e1fe9cf362b03e6ae43b3168b4 Mon Sep 17 00:00:00 2001 From: TonyChyi Date: Mon, 19 Mar 2018 12:24:45 +0800 Subject: [PATCH] add glide --- glide.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 glide.yaml diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..dc55489 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,10 @@ +package: github.com/tonychee7000/Arremi +import: +- package: github.com/andlabs/ui +- package: github.com/jacobsa/go-serial + subpackages: + - serial +- package: github.com/tonychee7000/arremi + subpackages: + - backend +- package: github.com/youpy/go-coremidi