filed

Job queue using FUSE

git clone git://mccd.space/filed

go.mod (781B)

      1 module git.sr.ht/~marcc/filed
      2 
      3 go 1.24.4
      4 
      5 require (
      6 	bazil.org/fuse v0.0.0-20230120002735-62a210ff1fd5
      7 	github.com/landlock-lsm/go-landlock v0.0.0-20251103212306-430f8e5cd97c
      8 	modernc.org/sqlite v1.40.1
      9 )
     10 
     11 require (
     12 	github.com/dustin/go-humanize v1.0.1 // indirect
     13 	github.com/google/uuid v1.6.0 // indirect
     14 	github.com/mattn/go-isatty v0.0.20 // indirect
     15 	github.com/ncruces/go-strftime v0.1.9 // indirect
     16 	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
     17 	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
     18 	golang.org/x/sys v0.36.0 // indirect
     19 	kernel.org/pub/linux/libs/security/libcap/psx v1.2.77 // indirect
     20 	modernc.org/libc v1.66.10 // indirect
     21 	modernc.org/mathutil v1.7.1 // indirect
     22 	modernc.org/memory v1.11.0 // indirect
     23 )