mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 08:18:03 +08:00
- Modified Godeps/Godeps.json by hand - [TEST] Updated welcome docs hash to sharness - [TEST] Updated contact doc - [TEST] disabled breaking test (t0080-repo refs local)
9 lines
308 B
Go
9 lines
308 B
Go
// package randomdep is here to introduce a dependency in random for godep to
|
|
// function properly. this way we can keep go-random vendored and not
|
|
// accidentally break our tests when we change it.
|
|
package randomdep
|
|
|
|
import (
|
|
_ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random"
|
|
)
|