21 lines
550 B
Modula-2
21 lines
550 B
Modula-2
module hardfiles
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/landlock-lsm/go-landlock v0.0.0-20230607164353-b03374193cb2
|
|
github.com/rs/zerolog v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
kernel.org/pub/linux/libs/security/libcap/psx v1.2.66 // indirect
|
|
)
|