mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
83 lines
3.4 KiB
Modula-2
83 lines
3.4 KiB
Modula-2
module github.com/autobrr/autobrr
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.1
|
|
github.com/anacrolix/torrent v1.11.0
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
|
|
github.com/dcarbone/zadapters/zstdlog v0.3.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/ergochat/irc-go v0.1.0
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
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/gosimple/slug v1.12.0
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/moistari/rls v0.2.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/r3labs/sse/v2 v2.7.2
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rs/cors v1.8.0
|
|
github.com/rs/zerolog v1.27.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.15.2
|
|
)
|
|
|
|
require (
|
|
github.com/anacrolix/dht/v2 v2.5.1 // indirect
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/v2 v2.5.2 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gdm85/go-rencode v0.1.8 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gosimple/unidecode v1.0.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.3.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
|
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
modernc.org/cc/v3 v3.35.24 // indirect
|
|
modernc.org/ccgo/v3 v3.15.17 // indirect
|
|
modernc.org/libc v1.14.11 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.6 // indirect
|
|
modernc.org/opt v0.1.1 // indirect
|
|
modernc.org/strutil v1.1.1 // indirect
|
|
modernc.org/token v1.0.0 // indirect
|
|
)
|