hardfiles- EZPZ File Sharing Service |
git clone git://git.acid.vegas/hardfiles.git |
Log | Files | Refs | Archive | README | LICENSE |
go.mod (533B)
1 module hardfiles 2 3 go 1.21.0 4 5 require ( 6 github.com/BurntSushi/toml v1.3.2 7 github.com/gabriel-vasile/mimetype v1.4.3 8 github.com/gorilla/mux v1.8.0 9 github.com/landlock-lsm/go-landlock v0.0.0-20230607164353-b03374193cb2 10 github.com/rs/zerolog v1.31.0 11 go.etcd.io/bbolt v1.3.8 12 ) 13 14 require ( 15 github.com/mattn/go-colorable v0.1.13 // indirect 16 github.com/mattn/go-isatty v0.0.19 // indirect 17 golang.org/x/net v0.17.0 // indirect 18 golang.org/x/sys v0.13.0 // indirect 19 kernel.org/pub/linux/libs/security/libcap/psx v1.2.66 // indirect 20 )