module github.com/VertebrateResequencing/muxfys/v4 require ( github.com/alexflint/go-filemutex v1.0.0 github.com/go-ini/ini v1.49.0 github.com/go-stack/stack v1.8.0 // indirect github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect github.com/hanwen/go-fuse/v2 v2.0.2 github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec github.com/jpillora/backoff v1.0.0 github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 // indirect github.com/minio/minio-go/v6 v6.0.39 github.com/mitchellh/go-homedir v1.1.0 github.com/sb10/l15h v0.0.0-20170510122137-64c488bf8e22 github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect golang.org/x/sys v0.0.0-20191025090151-53bf42e6b339 // indirect golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/ini.v1 v1.49.0 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect ) replace github.com/hanwen/go-fuse/v2 => github.com/sb10/go-fuse/v2 v2.0.3-0.20191025142439-7d7db5160cb6 go 1.13