2019-12-28 13:32:48 +00:00
|
|
|
module bazil.org/fuse
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-06-27 14:45:12 +00:00
|
|
|
github.com/dvyukov/go-fuzz v0.0.0-20200318091601-be3528f3a813
|
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
|
|
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
2019-12-28 13:32:48 +00:00
|
|
|
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
|
|
|
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
|
2020-06-27 14:45:12 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200423201157-2723c5de0d66 // indirect
|
2019-12-28 13:32:48 +00:00
|
|
|
)
|