mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
23 lines
684 B
Modula-2
23 lines
684 B
Modula-2
module github.com/autobrr/autobrr
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/anacrolix/torrent v1.29.1
|
|
github.com/fluffle/goirc v1.0.3
|
|
github.com/go-chi/chi v1.5.4
|
|
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/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/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
|
|
)
|