module github.com/filedrive-team/go-graphsplit go 1.15 require ( github.com/davidlazar/go-crypto v0.0.0-20190912175916-7055855a373f // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect github.com/ipfs/go-blockservice v0.1.4 github.com/ipfs/go-cid v0.0.7 github.com/ipfs/go-datastore v0.4.5 github.com/ipfs/go-ipfs-blockstore v1.0.3 github.com/ipfs/go-ipfs-chunker v0.0.5 github.com/ipfs/go-ipfs-exchange-offline v0.0.1 github.com/ipfs/go-ipld-cbor v0.0.5-0.20200204214505-252690b78669 // indirect github.com/ipfs/go-ipld-format v0.2.0 github.com/ipfs/go-log/v2 v2.1.2 github.com/ipfs/go-merkledag v0.3.2 github.com/ipfs/go-peertaskqueue v0.2.0 // indirect github.com/ipfs/go-unixfs v0.2.4 github.com/ipld/go-car v0.1.1-0.20201119040415-11b6074b6d4d github.com/ipld/go-ipld-prime v0.5.1-0.20201021195245-109253e8a018 github.com/ipld/go-ipld-prime-proto v0.1.0 // indirect github.com/jinzhu/gorm v1.9.16 github.com/libp2p/go-libp2p v0.12.0 // indirect github.com/libp2p/go-libp2p-record v0.1.1 // indirect github.com/libp2p/go-sockaddr v0.1.0 // indirect github.com/polydawn/refmt v0.0.0-20190809202753-05966cbd336a // indirect github.com/smartystreets/assertions v1.0.1 // indirect github.com/urfave/cli/v2 v2.3.0 github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2 // indirect golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect golang.org/x/tools v0.0.0-20200827010519-17fd2f27a9e3 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 google.golang.org/protobuf v1.25.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )