chore(deps): update all non-major dependencies (#5818)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-14 07:53:53 +01:00
committed by GitHub
parent 27afbb8813
commit 3c5d36673f
4 changed files with 226 additions and 201 deletions

16
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/filebrowser/filebrowser/v2
go 1.25
go 1.25.0
require (
github.com/asdine/storm/v3 v3.2.1
@@ -25,9 +25,10 @@ require (
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.48.0
golang.org/x/image v0.36.0
golang.org/x/text v0.34.0
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.49.0
golang.org/x/image v0.37.0
golang.org/x/text v0.35.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -73,13 +74,12 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)