gomod: define sharness testing dependencies
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Mar 4, 2019 at 03:13 UTC
08062ecfe9ae93a0a910c25cd2a031c41a164ba0
1 file changed
+12
test/dependencies/dependencies.go
new
+12
@@ -0,0 +1,12 @@
1
+// +build tools
2
+
3
+package tools
4
+
5
+import (
6
+ _ "github.com/multiformats/go-multihash/multihash"
7
+ _ "github.com/jbenet/go-random-files/random-files"
8
+ _ "github.com/ipfs/hang-fds"
9
+ _ "github.com/ipfs/go-cidutil/cid-fmt"
10
+ _ "go-build,github.com/jbenet/go-random/random"
11
+)
12
+