more fixes
Showing
module gitlab.dms3.io/dms3/interface-go-dms3-core | module gitlab.dms3.io/dms3/interface-go-dms3-core | ||
require ( | require ( | ||
github.com/multiformats/go-multiaddr v0.3.1 | |||
github.com/multiformats/go-multibase v0.0.3 | github.com/multiformats/go-multibase v0.0.3 | ||
github.com/multiformats/go-multihash v0.0.15 | github.com/multiformats/go-multihash v0.0.15 | ||
gitlab.dms3.io/dms3/go-cid v0.0.6 | gitlab.dms3.io/dms3/go-cid v0.0.6 | ||
... | @@ -11,7 +10,10 @@ require ( | ... | @@ -11,7 +10,10 @@ require ( |
gitlab.dms3.io/dms3/go-merkledag v0.0.3 | gitlab.dms3.io/dms3/go-merkledag v0.0.3 | ||
gitlab.dms3.io/dms3/go-path v0.0.3 | gitlab.dms3.io/dms3/go-path v0.0.3 | ||
gitlab.dms3.io/dms3/go-unixfs v0.0.3 | gitlab.dms3.io/dms3/go-unixfs v0.0.3 | ||
gitlab.dms3.io/mf/go-multiaddr v0.0.3 | |||
gitlab.dms3.io/p2p/go-p2p-core v0.0.3 | gitlab.dms3.io/p2p/go-p2p-core v0.0.3 | ||
) | ) | ||
replace gitlab.dms3.io/dms3/go-dms3/core/coreapi/interface/options => ../go-dms3/core/coreapi/interface/options | |||
go 1.15 | go 1.15 |
This diff is collapsed.
index.go
0 → 100644
options/index.go
0 → 100644
Please register or sign in to comment