go.mod 265 B

1234567891011
  1. module devt.de/krotik/rufs
  2. go 1.12
  3. require (
  4. devt.de/krotik/common v1.1.0
  5. github.com/hanwen/go-fuse v1.0.0
  6. github.com/hanwen/go-fuse/v2 v2.0.2
  7. github.com/kylelemons/godebug v1.1.0 // indirect
  8. golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect
  9. )