module github.com/filebrowser/filebrowser require ( github.com/BurntSushi/toml v0.0.0-20170626110600-a368813c5e64 // 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-20180727013122-68c42fd7bfdf // indirect github.com/asdine/storm v2.0.2+incompatible github.com/bifurcation/mint v0.0.0-20180223001424-340be3ae8c0f // indirect github.com/chaseadamsio/goorgeous v1.1.0 // indirect github.com/codahale/aesnicheck v0.0.0-20140702143623-349fcc471aac // indirect github.com/coreos/bbolt v1.3.1-coreos.6 // indirect github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect github.com/davecgh/go-spew v1.1.0 // indirect github.com/dgrijalva/jwt-go v3.1.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/fsnotify/fsnotify v1.4.7 // indirect github.com/gohugoio/hugo v0.36.1 github.com/golang/mock v1.1.1 // indirect github.com/golang/protobuf v1.1.0 // indirect github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect github.com/gorilla/websocket v1.2.0 github.com/hacdias/fileutils v0.0.0-20171121222743-76b1c6ab9067 github.com/hacdias/varutils v0.0.0-20171121224303-82d3b57f667a github.com/hashicorp/go-syslog v0.0.0-20170829120034-326bf4a7f709 // indirect github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 // indirect github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect github.com/hpcloud/tail v1.0.0 // indirect github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect github.com/lucas-clemente/fnv128a v0.0.0-20160504152609-393af48d3916 // indirect github.com/lucas-clemente/quic-go v0.7.0 // indirect github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect github.com/magiconair/properties v1.7.6 // indirect github.com/maruel/natural v0.0.0-20180416170133-dbcb3e2e8cf1 github.com/mholt/archiver v0.0.0-20171012052341-26cf5bb32d07 github.com/mholt/caddy v0.10.11 github.com/miekg/dns v1.0.4 // indirect github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect github.com/onsi/ginkgo v1.6.0 // indirect github.com/onsi/gomega v1.4.1 // indirect github.com/pelletier/go-toml v1.1.0 // indirect github.com/pierrec/lz4 v0.0.0-20171218195038-2fcda4cb7018 // indirect github.com/pierrec/xxHash v0.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/robfig/cron v0.0.0-20140119015047-b024fc5ea0e3 github.com/russross/blackfriday v0.0.0-20170728175326-4048872b16cc // indirect github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect github.com/spf13/afero v1.0.2 // indirect github.com/spf13/cast v1.2.0 // indirect github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect github.com/spf13/pflag v1.0.0 github.com/spf13/viper v1.0.0 github.com/stretchr/testify v1.2.2 // indirect github.com/ulikunitz/xz v0.5.4 // indirect github.com/vmihailenco/msgpack v3.3.3+incompatible // indirect github.com/xenolf/lego v0.4.1 // indirect golang.org/x/crypto v0.0.0-20180222182404-49796115aa4b golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01 // indirect golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180223165747-88d2dcc51026 // indirect golang.org/x/text v0.3.0 // indirect google.golang.org/appengine v1.1.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/mcuadros/go-syslog.v2 v2.2.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3 gopkg.in/square/go-jose.v1 v1.1.0 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.1.1 // indirect )