Skip to content

Commit 6722af5

Browse files
committed
chore(deps): update Go dependencies to latest versions
Signed-off-by: Deluan <deluan@navidrome.org>
1 parent eeef98e commit 6722af5

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/navidrome/navidrome
22

3-
go 1.24.4
3+
go 1.24.5
44

55
// Fork to fix https://github.com/navidrome/navidrome/pull/3254
66
replace github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 => github.com/deluan/tag v0.0.0-20241002021117-dfe5e6ea396d
@@ -9,7 +9,7 @@ require (
99
github.com/Masterminds/squirrel v1.5.4
1010
github.com/RaveNoX/go-jsoncommentstrip v1.0.0
1111
github.com/andybalholm/cascadia v1.3.3
12-
github.com/bmatcuk/doublestar/v4 v4.8.1
12+
github.com/bmatcuk/doublestar/v4 v4.9.0
1313
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
1414
github.com/deluan/rest v0.0.0-20211102003136-6260bc399cbf
1515
github.com/deluan/sanitize v0.0.0-20241120162836-fdfd8fdfaa55
@@ -23,7 +23,7 @@ require (
2323
github.com/dustin/go-humanize v1.0.1
2424
github.com/fatih/structs v1.1.0
2525
github.com/go-chi/chi/v5 v5.2.2
26-
github.com/go-chi/cors v1.2.1
26+
github.com/go-chi/cors v1.2.2
2727
github.com/go-chi/httprate v0.15.0
2828
github.com/go-chi/jwtauth/v5 v5.3.3
2929
github.com/go-viper/encoding/ini v0.1.1
@@ -34,17 +34,17 @@ require (
3434
github.com/gorilla/websocket v1.5.3
3535
github.com/hashicorp/go-multierror v1.1.1
3636
github.com/jellydator/ttlcache/v3 v3.4.0
37-
github.com/kardianos/service v1.2.2
37+
github.com/kardianos/service v1.2.4
3838
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
3939
github.com/knqyf263/go-plugin v0.9.0
4040
github.com/kr/pretty v0.3.1
4141
github.com/lestrrat-go/jwx/v2 v2.1.6
4242
github.com/matoous/go-nanoid/v2 v2.1.0
43-
github.com/mattn/go-sqlite3 v1.14.28
43+
github.com/mattn/go-sqlite3 v1.14.29
4444
github.com/microcosm-cc/bluemonday v1.0.27
4545
github.com/mileusna/useragent v1.3.5
4646
github.com/onsi/ginkgo/v2 v2.23.4
47-
github.com/onsi/gomega v1.37.0
47+
github.com/onsi/gomega v1.38.0
4848
github.com/pelletier/go-toml/v2 v2.2.4
4949
github.com/pocketbase/dbx v1.11.0
5050
github.com/pressly/goose/v3 v3.24.3
@@ -58,14 +58,14 @@ require (
5858
github.com/stretchr/testify v1.10.0
5959
github.com/tetratelabs/wazero v1.9.0
6060
github.com/unrolled/secure v1.17.0
61-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
61+
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342
6262
go.uber.org/goleak v1.3.0
63-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
64-
golang.org/x/image v0.28.0
65-
golang.org/x/net v0.41.0
66-
golang.org/x/sync v0.15.0
67-
golang.org/x/sys v0.33.0
68-
golang.org/x/text v0.26.0
63+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
64+
golang.org/x/image v0.29.0
65+
golang.org/x/net v0.42.0
66+
golang.org/x/sync v0.16.0
67+
golang.org/x/sys v0.34.0
68+
golang.org/x/text v0.27.0
6969
golang.org/x/time v0.12.0
7070
google.golang.org/protobuf v1.36.6
7171
gopkg.in/yaml.v3 v3.0.1
@@ -84,16 +84,16 @@ require (
8484
github.com/fsnotify/fsnotify v1.9.0 // indirect
8585
github.com/go-logr/logr v1.4.3 // indirect
8686
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
87-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
87+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
8888
github.com/goccy/go-json v0.10.5 // indirect
8989
github.com/goccy/go-yaml v1.17.1 // indirect
9090
github.com/google/go-cmp v0.7.0 // indirect
91-
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
91+
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
9292
github.com/google/subcommands v1.2.0 // indirect
9393
github.com/gorilla/css v1.0.1 // indirect
9494
github.com/hashicorp/errwrap v1.1.0 // indirect
9595
github.com/inconshreveable/mousetrap v1.1.0 // indirect
96-
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
96+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
9797
github.com/kr/text v0.2.0 // indirect
9898
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
9999
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -120,15 +120,15 @@ require (
120120
github.com/sourcegraph/conc v0.3.0 // indirect
121121
github.com/spf13/afero v1.14.0 // indirect
122122
github.com/spf13/cast v1.9.2 // indirect
123-
github.com/spf13/pflag v1.0.6 // indirect
123+
github.com/spf13/pflag v1.0.7 // indirect
124124
github.com/stretchr/objx v0.5.2 // indirect
125125
github.com/subosito/gotenv v1.6.0 // indirect
126126
github.com/zeebo/xxh3 v1.0.2 // indirect
127127
go.uber.org/automaxprocs v1.6.0 // indirect
128128
go.uber.org/multierr v1.11.0 // indirect
129-
golang.org/x/crypto v0.39.0 // indirect
130-
golang.org/x/mod v0.25.0 // indirect
131-
golang.org/x/tools v0.34.0 // indirect
129+
golang.org/x/crypto v0.40.0 // indirect
130+
golang.org/x/mod v0.26.0 // indirect
131+
golang.org/x/tools v0.35.0 // indirect
132132
gopkg.in/ini.v1 v1.67.0 // indirect
133133
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
134134
)

0 commit comments

Comments
 (0)