Chore: bump vendors

This commit is contained in:
zijiren233 2024-05-10 16:00:56 +08:00
parent d6b4ab1e2e
commit b32eafeb14
3 changed files with 3 additions and 4 deletions

2
go.mod
View File

@ -33,7 +33,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.8.0
github.com/synctv-org/vendors v0.3.3-0.20240510001030-6dd3d78e566c
github.com/synctv-org/vendors v0.3.3-0.20240510073422-3ccb2213716a
github.com/ulule/limiter/v3 v3.11.2
github.com/zencoder/go-dash/v3 v3.0.3
github.com/zijiren233/gencontainer v0.0.0-20240507135401-7a9c8355bb2c

4
go.sum
View File

@ -363,8 +363,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/synctv-org/vendors v0.3.3-0.20240510001030-6dd3d78e566c h1:UFDE2ItpmQvQupR+Rw2p9r3XTri3XpMDjCg4DWkWX9I=
github.com/synctv-org/vendors v0.3.3-0.20240510001030-6dd3d78e566c/go.mod h1:S3Xhi+MOjg0OOyUxwfCBLG5EuNYQNqjq/J07CptZ0Rw=
github.com/synctv-org/vendors v0.3.3-0.20240510073422-3ccb2213716a h1:XYj21Uh4h1LET8K5IRmSDIYCTv6ZKyFcU57Z6MNvsh8=
github.com/synctv-org/vendors v0.3.3-0.20240510073422-3ccb2213716a/go.mod h1:S3Xhi+MOjg0OOyUxwfCBLG5EuNYQNqjq/J07CptZ0Rw=
github.com/tetratelabs/wazero v1.7.1 h1:QtSfd6KLc41DIMpDYlJdoMc6k7QTN246DM2+n2Y/Dx8=
github.com/tetratelabs/wazero v1.7.1/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=

View File

@ -120,7 +120,6 @@ func NewEmbyMovieCacheInitFunc(movie *model.Movie) func(ctx context.Context, arg
if len(args) == 0 {
return nil, errors.New("need emby user cache")
}
var (
serverID string
err error