Files
filebrowser/go.mod
T

79 lines
3.3 KiB
AMPL
Raw Normal View History

2019-01-05 22:44:33 +00:00
module github.com/filebrowser/filebrowser/v2
2018-12-26 00:48:43 +01:00
go 1.25
2021-03-09 18:59:19 +01:00
2018-12-26 00:48:43 +01:00
require (
2022-05-04 00:48:45 +04:00
github.com/asdine/storm/v3 v3.2.1
github.com/asticode/go-astisub v0.38.0
2020-06-25 15:37:13 +08:00
github.com/disintegration/imaging v1.6.2
2024-04-01 17:28:30 +02:00
github.com/dsoprea/go-exif/v3 v3.0.1
2022-07-19 00:58:50 +02:00
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
2025-06-11 17:53:43 +02:00
github.com/golang-jwt/jwt/v4 v4.5.2
2024-04-01 17:28:30 +02:00
github.com/gorilla/mux v1.8.1
2024-08-29 23:42:07 +02:00
github.com/gorilla/websocket v1.5.3
2025-07-15 20:02:06 +02:00
github.com/jellydator/ttlcache/v3 v3.4.0
github.com/maruel/natural v1.2.1
2022-05-04 00:48:45 +04:00
github.com/marusama/semaphore/v2 v2.5.0
github.com/mholt/archives v0.1.5
2019-05-11 08:27:17 +01:00
github.com/mitchellh/go-homedir v1.1.0
2025-06-11 17:53:43 +02:00
github.com/pelletier/go-toml/v2 v2.2.4
github.com/shirou/gopsutil/v4 v4.25.10
github.com/spf13/afero v1.15.0
github.com/spf13/cobra v1.10.1
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.44.0
golang.org/x/image v0.33.0
golang.org/x/text v0.31.0
2023-02-15 23:39:52 +01:00
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
2021-12-20 22:26:56 +01:00
)
require (
2025-07-15 20:02:06 +02:00
github.com/STARRY-S/zip v0.2.3 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/asticode/go-astikit v0.56.0 // indirect
2024-04-01 17:28:30 +02:00
github.com/asticode/go-astits v1.13.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
2025-07-15 20:02:06 +02:00
github.com/bodgit/sevenzip v1.6.1 // indirect
github.com/bodgit/windows v1.0.1 // indirect
2024-04-01 17:28:30 +02:00
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
2024-04-01 17:28:30 +02:00
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
2025-06-11 17:53:43 +02:00
github.com/fsnotify/fsnotify v1.9.0 // indirect
2024-04-01 17:28:30 +02:00
github.com/go-errors/errors v1.5.1 // indirect
2025-06-11 17:53:43 +02:00
github.com/go-ole/go-ole v1.3.0 // indirect
2025-07-15 20:02:06 +02:00
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/golang/geo v0.0.0-20250707181242-c5087ca84cf4 // indirect
2025-06-11 17:53:43 +02:00
github.com/golang/snappy v1.0.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2024-04-01 17:28:30 +02:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2025-06-11 17:53:43 +02:00
github.com/klauspost/compress v1.18.0 // indirect
2024-04-01 17:28:30 +02:00
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mikelolasagasti/xz v1.0.1 // indirect
2025-07-15 20:02:06 +02:00
github.com/minio/minlz v1.0.1 // indirect
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
2025-06-11 17:53:43 +02:00
github.com/pierrec/lz4/v4 v4.1.22 // indirect
2024-04-01 17:28:30 +02:00
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2025-06-11 17:53:43 +02:00
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/sorairolake/lzip-go v0.3.8 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spf13/cast v1.10.0 // indirect
2024-04-01 17:28:30 +02:00
github.com/subosito/gotenv v1.6.0 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
2024-04-01 17:28:30 +02:00
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2018-12-26 00:48:43 +01:00
)