Update dependencies

This commit is contained in:
Philipp Wolfer 2025-06-10 08:09:44 +02:00
parent 0c02466399
commit c1a480a1a6
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 50 additions and 52 deletions

32
go.mod
View file

@ -16,20 +16,20 @@ require (
github.com/pelletier/go-toml/v2 v2.2.4
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
github.com/simonfrey/jsonl v0.0.0-20240904112901-935399b9a740
github.com/spf13/cast v1.8.0
github.com/spf13/cast v1.9.2
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.10.0
github.com/supersonic-app/go-subsonic v0.0.0-20241224013245-9b2841f3711d
github.com/vbauerster/mpb/v8 v8.10.1
github.com/vbauerster/mpb/v8 v8.10.2
github.com/xuri/excelize/v2 v2.9.1
go.uploadedlobster.com/mbtypes v0.4.0
go.uploadedlobster.com/musicbrainzws2 v0.15.1-0.20250524094913-01f007ad1064
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
go.uploadedlobster.com/musicbrainzws2 v0.16.0
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
golang.org/x/oauth2 v0.30.0
golang.org/x/text v0.25.0
golang.org/x/text v0.26.0
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.26.1
gorm.io/gorm v1.30.0
)
require (
@ -61,23 +61,23 @@ require (
github.com/spf13/afero v1.14.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tiendc/go-deepcopy v1.6.0 // indirect
github.com/tiendc/go-deepcopy v1.6.1 // indirect
github.com/xuri/efp v0.0.1 // indirect
github.com/xuri/nfp v0.0.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/image v0.27.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/image v0.28.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/tools v0.33.0 // indirect
golang.org/x/tools v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.7 // indirect
modernc.org/libc v1.65.7 // indirect
gorm.io/driver/mysql v1.6.0 // indirect
modernc.org/libc v1.65.10 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.37.1 // indirect
modernc.org/sqlite v1.38.0 // indirect
)
tool golang.org/x/text/cmd/gotext