11 lines
191 B
Modula-2
11 lines
191 B
Modula-2
module github.com/ipfs/go-path
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ipfs/go-cid v0.0.2
|
|
github.com/ipfs/go-ipld-format v0.0.2
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/ipfs/go-merkledag v0.0.6
|
|
)
|