2019-01-05 22:44:33 +00:00
|
|
|
module github.com/filebrowser/filebrowser/v2
|
2018-12-25 23:48:43 +00:00
|
|
|
|
2022-04-30 09:33:56 +00:00
|
|
|
go 1.18
|
2021-03-09 17:59:19 +00:00
|
|
|
|
2018-12-25 23:48:43 +00:00
|
|
|
require (
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/asdine/storm/v3 v3.2.1
|
2019-08-15 12:50:36 +00:00
|
|
|
github.com/caddyserver/caddy v1.0.3
|
2020-06-25 07:37:13 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-03-29 09:40:00 +00:00
|
|
|
github.com/dsoprea/go-exif/v3 v3.0.0-20201216222538-db167117f483
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
|
|
|
github.com/maruel/natural v1.0.0
|
|
|
|
github.com/marusama/semaphore/v2 v2.5.0
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/mholt/archiver/v3 v3.5.1
|
2019-05-11 07:27:17 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.0
|
2022-06-03 13:59:36 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.5
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/spf13/afero v1.8.2
|
|
|
|
github.com/spf13/cobra v1.4.0
|
2019-09-20 09:16:56 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/spf13/viper v1.11.0
|
|
|
|
github.com/stretchr/testify v1.7.1
|
2019-11-17 03:44:15 +00:00
|
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
2022-05-03 20:48:45 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
|
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
|
2022-07-05 14:27:33 +00:00
|
|
|
golang.org/x/text v0.3.7
|
2021-12-20 21:26:56 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2022-05-03 20:48:45 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-12-20 21:26:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d // indirect
|
|
|
|
github.com/dsoprea/go-utility/v2 v2.0.0-20200717064901-2fccff4aa15e // indirect
|
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/go-acme/lego v2.5.0+incompatible // indirect
|
|
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
2022-06-03 13:59:36 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/golang/snappy v0.0.2 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/klauspost/compress v1.11.4 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/mholt/certmagic v0.6.2-0.20190624175158-6a42ef9fe8c2 // indirect
|
2022-05-03 21:52:05 +00:00
|
|
|
github.com/miekg/dns v1.1.25 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/nwaples/rardecode v1.1.0 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.2 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-03 13:59:36 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
2021-12-20 23:17:26 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.9 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2022-06-03 13:59:36 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.2.2 // indirect
|
2022-05-03 20:48:45 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
)
|