forked from ipfs/go-unixfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 912 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/IPFS-eX/go-unixfs
require (
github.com/IPFS-eX/go-merkledag v0.3.3-0.20200602102203-e992c6fd83af
github.com/Stebalien/go-bitfield v0.0.1
github.com/gogo/protobuf v1.3.1
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/ipfs/go-cid v0.0.5
github.com/ipfs/go-ipfs-chunker v0.0.1
github.com/ipfs/go-ipfs-files v0.0.3
github.com/ipfs/go-ipfs-posinfo v0.0.1
github.com/ipfs/go-ipfs-util v0.0.1
github.com/ipfs/go-ipld-format v0.0.2
github.com/ipfs/go-merkledag v0.2.3
github.com/multiformats/go-multihash v0.0.13
github.com/polydawn/refmt v0.0.0-20190408063855-01bf1e26dd14 // indirect
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spaolacci/murmur3 v1.1.0
github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830 // indirect
)
go 1.12