-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (30 loc) · 1.37 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
29
30
31
32
33
module github.com/webtor-io/torrent-web-cache
go 1.18
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/anacrolix/torrent v1.15.2
github.com/aws/aws-sdk-go v1.36.28
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d
github.com/juju/ratelimit v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.5
github.com/webtor-io/common-services v0.0.0-20210118183811-6963f3b0958e
github.com/webtor-io/lazymap v0.0.0-20211026225627-43d8cd36cc4e
github.com/webtor-io/torrent-store v0.0.0-20200408181732-515c7f32a3b4 // indirect
github.com/webtor-io/video-info v0.0.0-20200424073806-ce31569b3a82 // indirect
)
require (
github.com/anacrolix/missinggo v1.2.1 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/huandu/xstrings v1.3.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
google.golang.org/genproto v0.0.0-20190817000702-55e96fffbd48 // indirect
google.golang.org/protobuf v1.23.0 // indirect
)