mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00

* feat(web): add and update download client rules * feat: add and update download client rules * feat: add active downloads check * chore: update pkg * feat: deluge max active downloads * feat: use basic rules for deluge * feat: add as paused * refactor: download file if needed * feat: better errors qbit
28 lines
878 B
Modula-2
28 lines
878 B
Modula-2
module github.com/autobrr/autobrr
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/anacrolix/torrent v1.29.1
|
|
github.com/gdm85/go-libdeluge v0.5.5
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lib/pq v1.10.2
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/r3labs/sse/v2 v2.3.6
|
|
github.com/rs/cors v1.8.0
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
|
|
golang.org/x/net v0.0.0-20210427231257-85d9c07bbe3a
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
gopkg.in/irc.v3 v3.1.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
modernc.org/sqlite v1.12.0
|
|
)
|