-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 953 Bytes
/
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
module github.com/webtor-io/transcode-web-cache
go 1.18
require (
github.com/aws/aws-sdk-go v1.36.28
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli v1.22.5
github.com/webtor-io/common-services v0.0.0-20210226102216-588bd8948e0e
github.com/webtor-io/lazymap v0.0.0-20210807125002-852cc961265a
github.com/webtor-io/torrent-web-cache v0.0.0-20210118184726-4048b56f5086 // indirect
)
require (
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/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
)