2023-06-15 01:08:09 +00:00
|
|
|
module github.com/gtsteffaniak/filebrowser
|
2018-12-25 23:48:43 +00:00
|
|
|
|
2023-09-15 20:57:22 +00:00
|
|
|
go 1.21
|
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
|
2020-06-25 07:37:13 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/dsoprea/go-exif/v3 v3.0.1
|
2022-07-18 22:58:50 +00:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2023-09-01 14:00:02 +00:00
|
|
|
github.com/goccy/go-yaml v1.11.0
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2023-09-03 17:28:00 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2022-05-03 20:48:45 +00:00
|
|
|
github.com/gorilla/mux v1.8.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
|
2023-09-03 22:03:00 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.8
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/spf13/afero v1.9.5
|
|
|
|
github.com/spf13/cobra v1.7.0
|
2019-09-20 09:16:56 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2019-11-17 03:44:15 +00:00
|
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
2023-12-20 20:44:25 +00:00
|
|
|
golang.org/x/crypto v0.17.0
|
2023-09-03 22:03:00 +00:00
|
|
|
golang.org/x/image v0.12.0
|
2023-12-20 20:44:25 +00:00
|
|
|
golang.org/x/text v0.14.0
|
2021-12-20 21:26:56 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-08-17 22:58:31 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
2021-12-20 21:26:56 +00:00
|
|
|
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
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
|
|
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
|
2023-09-03 22:03:00 +00:00
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
2023-08-17 22:58:31 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
|
|
github.com/golang/snappy v0.0.2 // indirect
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-08-17 22:58:31 +00:00
|
|
|
github.com/klauspost/compress v1.11.4 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
2023-09-03 22:03:00 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
2023-08-17 22:58:31 +00:00
|
|
|
github.com/nwaples/rardecode v1.1.0 // indirect
|
|
|
|
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
|
2023-08-17 22:58:31 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
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
|
2023-06-15 15:30:49 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
2023-09-03 22:03:00 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4 // indirect
|
2023-12-01 23:47:00 +00:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-12-20 20:44:25 +00:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2023-09-03 22:03:00 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-02-15 22:39:52 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2018-12-25 23:48:43 +00:00
|
|
|
)
|