提交 88030561 作者: Jakub Sztandera

gomod: fix import path

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 b578a811
......@@ -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"
)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论