tidied go mod

This commit is contained in:
2025-11-22 11:51:02 +00:00
parent 43ed1cc455
commit 1b8c0ab377
2 changed files with 2 additions and 26 deletions

View File

@@ -4,6 +4,8 @@ go 1.24.0
require (
github.com/gin-gonic/gin v1.11.0
github.com/zmb3/spotify/v2 v2.4.3
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.1
)
@@ -37,13 +39,11 @@ require (
github.com/quic-go/quic-go v0.54.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.3.0 // indirect
github.com/zmb3/spotify/v2 v2.4.3 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/arch v0.20.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect