mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
90b7f4aaf6
Former-commit-id: 99d241dc790629791b67b7b2ce20a10341a1c1e7 [formerly 08e8410bffdb50134a2d6ccbe853b25d4c4d3fc6] [formerly f32b18d9acb42ee1988c49b7980a16a606cee142 [formerly 1080bfde68
]]
Former-commit-id: 318c4f159697e896bcf824e274907c5c03046bf0 [formerly 82533ae817673dfab8d56533f15a9931c0c74c1e]
Former-commit-id: ece42aa8e8c7480a5a21614b6ca397b71a01e1fa
46 lines
2.1 KiB
Modula-2
46 lines
2.1 KiB
Modula-2
module github.com/filebrowser/filebrowser/v2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/DataDog/zstd v1.3.4 // indirect
|
|
github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da
|
|
github.com/Sereal/Sereal v0.0.0-20180905114147-563b78806e28 // indirect
|
|
github.com/asdine/storm v2.1.2+incompatible
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/google/uuid v1.1.0 // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/hacdias/fileutils v0.0.0-20171121222743-76b1c6ab9067
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/maruel/natural v0.0.0-20180416170133-dbcb3e2e8cf1
|
|
github.com/mholt/archiver v3.1.0+incompatible
|
|
github.com/mholt/caddy v0.11.1
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.2.0
|
|
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
|
|
github.com/spf13/afero v1.1.2
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
github.com/ulikunitz/xz v0.5.5 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
go.etcd.io/bbolt v1.3.0
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
|
|
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
google.golang.org/appengine v1.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|