module github.com/FleekHQ/space-daemon go 1.14 require ( bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc github.com/alecthomas/jsonschema v0.0.0-20191017121752-4bb6e3fae4f2 github.com/creamdog/gonfig v0.0.0-20160810132730-80d86bfb5a37 github.com/dgraph-io/badger v1.6.1 github.com/fatih/color v1.9.0 // indirect github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 github.com/golang/protobuf v1.4.2 github.com/grpc-ecosystem/grpc-gateway v1.14.6 github.com/improbable-eng/grpc-web v0.12.0 github.com/ipfs/go-cid v0.0.6 github.com/ipfs/go-ipfs-chunker v0.0.5 github.com/ipfs/go-ipld-format v0.2.0 github.com/ipfs/go-merkledag v0.3.2 github.com/ipfs/go-unixfs v0.2.4 github.com/ipfs/interface-go-ipfs-core v0.2.7 github.com/joho/godotenv v1.3.0 github.com/libp2p/go-libp2p-connmgr v0.2.4 github.com/libp2p/go-libp2p-core v0.6.0 github.com/libp2p/go-libp2p-crypto v0.1.0 github.com/libp2p/go-libp2p-peerstore v0.2.6 github.com/mitchellh/go-homedir v1.1.0 github.com/multiformats/go-multiaddr v0.2.2 github.com/multiformats/go-multihash v0.0.13 github.com/pkg/errors v0.9.1 github.com/radovskyb/watcher v1.0.7 github.com/rakyll/statik v0.1.7 github.com/rs/cors v1.7.0 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.6.1 github.com/textileio/go-threads v0.1.21 github.com/textileio/textile v1.0.13-0.20200707162859-d8131f5afba4 go.etcd.io/etcd v3.3.22+incompatible golang.org/x/net v0.0.0-20200625001655-4c5254603344 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 google.golang.org/grpc v1.30.0 google.golang.org/protobuf v1.25.0 gopkg.in/yaml.v2 v2.3.0 // indirect )