diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-01-20 00:25:11 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-02-13 20:00:03 +0800 |
commit | 52bd4e29ff5c6a6f13ba163f24da96325f63683b (patch) | |
tree | de0f0da8ca9cf5508ea7401ee68f5b6b179ab296 /vendor.conf | |
parent | 833e4d1319336fbb66fd8f1e473c24472d65b17b (diff) | |
download | dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar.gz dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar.bz2 dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar.lz dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar.xz dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.tar.zst dexon-52bd4e29ff5c6a6f13ba163f24da96325f63683b.zip |
vendor: pull in support for USB devices via libusb/gousb
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.conf b/vendor.conf index 1428a1b59..92092a2ac 100644 --- a/vendor.conf +++ b/vendor.conf @@ -13,6 +13,7 @@ github.com/golang/snappy d9eb7a3 github.com/hashicorp/golang-lru 0a025b7 github.com/huin/goupnp 679507a github.com/jackpal/go-nat-pmp v1.0.1-4-g1fa385a +github.com/karalabe/gousb ffa821b github.com/maruel/panicparse ad66119 github.com/mattn/go-colorable v0.0.6-9-gd228849 github.com/mattn/go-isatty 30a891c |