github.com/zignig/go-ipfs@v0.0.0-20141111235910-c9e5fdf55a52/test/lib/random-dep.go (about) 1 // package randomdep is here to introduce a dependency in random for godep to 2 // function properly. this way we can keep go-random vendored and not 3 // accidentally break our tests when we change it. 4 package randomdep 5 6 import ( 7 _ "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random" 8 )