mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
12b2c21522
Read https://github.com/filebrowser/filebrowser/pull/575.
Former-commit-id: 7aedcaaf72b863033e3f089d6df308d41a3fd00c [formerly bdbe4d49161b901c4adf9c245895a1be2d62e4a7] [formerly acfc1ec67c423e0b3e065a8c1f8897c5249af65b [formerly d309066def
]]
Former-commit-id: 0c7d925a38a68ccabdf2c4bbd8c302ee89b93509 [formerly a6173925a1382955d93b334ded93f70d6dddd694]
Former-commit-id: e032e0804dd051df86f42962de2b39caec5318b7
48 lines
2.2 KiB
Modula-2
48 lines
2.2 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/davecgh/go-spew v1.1.1 // 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/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/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/afero v1.1.2
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
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
|
|
golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a // 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
|
|
)
|