36 lines
907 B
Modula-2
36 lines
907 B
Modula-2
module github.com/debridmediamanager/zurg
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
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.1.0
|
|
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.10.0
|
|
golang.org/x/net v0.27.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/vansante/go-ffprobe.v2 v2.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|