mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
22 lines
763 B
Modula-2
22 lines
763 B
Modula-2
module github.com/ipfs/go-ipfs/test/dependencies
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
|
|
github.com/golangci/golangci-lint v1.18.0
|
|
github.com/ipfs/go-cidutil v0.0.2
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/ipfs/hang-fds v0.0.1
|
|
github.com/ipfs/iptb v1.4.0
|
|
github.com/ipfs/iptb-plugins v0.2.0
|
|
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
|
|
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
|
|
github.com/multiformats/go-multiaddr v0.0.4
|
|
github.com/multiformats/go-multiaddr-net v0.0.1
|
|
github.com/multiformats/go-multihash v0.0.7
|
|
github.com/ultraware/funlen v0.0.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190912185636-87d9f09c5d89 // indirect
|
|
gotest.tools/gotestsum v0.3.5
|
|
)
|