mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 00:38:08 +08:00
gomod: fix import path
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
b578a811a6
commit
88030561c7
@ -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"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user