Remove rar reader

This commit is contained in:
Ben Adrian Sarmiento
2024-06-07 03:28:58 +02:00
parent 780ee0f571
commit ce2a56df2e
5 changed files with 28 additions and 109 deletions

20
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/debridmediamanager/zurg
go 1.21.3
require (
go.uber.org/zap v1.26.0
go.uber.org/zap v1.27.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -11,26 +11,24 @@ require github.com/orcaman/concurrent-map/v2 v2.0.1
require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/go-chi/chi/v5 v5.0.11
github.com/go-chi/chi/v5 v5.0.12
github.com/json-iterator/go v1.1.12
github.com/looplab/fsm v1.0.2
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
github.com/panjf2000/ants/v2 v2.9.0
golang.org/x/net v0.20.0
github.com/panjf2000/ants/v2 v2.9.1
golang.org/x/net v0.26.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
)
require (
github.com/gen2brain/go-unarr v0.2.3 // indirect
github.com/looplab/fsm v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/vansante/go-ffprobe.v2 v2.1.1 // indirect
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
)