-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 810 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/nenad/couch
go 1.12
require (
github.com/anacrolix/torrent v1.5.2
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/dyrkin/fsm v0.0.0-20181122213812-68a0d0ca4628
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/nenad/rd v0.0.11
github.com/nenad/trakt v0.0.0-20190615101746-fe85e7def576
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/qopher/go-torrentapi v0.0.0-20180324211201-2fa27345de9c
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a
github.com/stretchr/testify v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)