gomod: fix import path

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-03-04 22:26:07 +01:00
parent b578a811a6
commit 88030561c7

View File

@ -3,11 +3,10 @@
package tools
import (
_ "gotest.tools/gotestsum"
_ "github.com/multiformats/go-multihash/multihash"
_ "github.com/jbenet/go-random-files/random-files"
_ "github.com/ipfs/hang-fds"
_ "github.com/ipfs/go-cidutil/cid-fmt"
_ "go-build,github.com/jbenet/go-random/random"
_ "github.com/ipfs/hang-fds"
_ "github.com/jbenet/go-random-files/random-files"
_ "github.com/jbenet/go-random/random"
_ "github.com/multiformats/go-multihash/multihash"
_ "gotest.tools/gotestsum"
)