forked from magunetto/moviemagnetbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/magunetto/moviemagnetbot
go 1.19
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-pg/pg v7.1.7+incompatible
github.com/gorilla/feeds v1.1.0
github.com/gorilla/mux v1.7.0
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28 // indirect
github.com/magunetto/go-tmdb v0.0.0-20180219140147-4f88bfd8260f
github.com/magunetto/go-torrentapi v0.0.0-20180322033937-ac6c8fa48a88
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/speps/go-hashids v0.0.0-20181022185652-6ba254bc2e32
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/tucnak/telebot.v2 v2.0.0-20200120165535-b6c3367fed99
mellium.im/sasl v0.2.1 // indirect
)
require (
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)