2019-01-05 22:44:33 +00:00
|
|
|
module github.com/filebrowser/filebrowser/v2
|
2018-12-25 23:48:43 +00:00
|
|
|
|
|
|
|
require (
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/DataDog/zstd v1.4.0 // indirect
|
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
|
|
|
github.com/Sereal/Sereal v0.0.0-20190430203904-6faf9605eb56 // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
github.com/asdine/storm v2.1.2+incompatible
|
2019-08-15 12:50:36 +00:00
|
|
|
github.com/caddyserver/caddy v1.0.3
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
2019-07-01 14:21:49 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-08-29 08:10:26 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/hacdias/fileutils v0.0.0-20181202104838-227b317161a1
|
2018-12-25 23:48:43 +00:00
|
|
|
github.com/maruel/natural v0.0.0-20180416170133-dbcb3e2e8cf1
|
2019-02-08 13:37:14 +00:00
|
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2018-12-25 23:48:43 +00:00
|
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
2019-11-04 07:26:19 +00:00
|
|
|
github.com/pelletier/go-toml v1.6.0
|
2019-02-08 13:37:14 +00:00
|
|
|
github.com/pierrec/lz4 v0.0.0-20190131084431-473cd7ce01a1 // indirect
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/spf13/afero v1.2.2
|
2019-06-10 20:57:51 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2019-09-20 09:16:56 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2019-12-09 11:14:41 +00:00
|
|
|
github.com/spf13/viper v1.6.1
|
2019-11-17 03:44:15 +00:00
|
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2019-06-10 20:57:36 +00:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
2020-06-01 00:52:26 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
|
|
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
2019-05-11 07:27:17 +00:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-05-11 22:50:17 +00:00
|
|
|
google.golang.org/appengine v1.5.0 // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-12-02 15:36:22 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
2018-12-25 23:48:43 +00:00
|
|
|
)
|
2020-01-09 18:03:18 +00:00
|
|
|
|
2020-06-01 00:52:26 +00:00
|
|
|
go 1.14
|