-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.13 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
module prevtorrent
go 1.15
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/ThreeDotsLabs/watermill v1.2.0-rc.3
github.com/ThreeDotsLabs/watermill-amqp v1.1.0
github.com/ThreeDotsLabs/watermill-googlecloud v1.0.6
github.com/anacrolix/torrent v1.24.0
github.com/cnjack/throttle v0.0.0-20160727064406-525175b56e18
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/google/uuid v1.2.0
github.com/huandu/go-sqlbuilder v1.11.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lithammer/shortuuid/v3 v3.0.5 // indirect
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/ugorji/go v1.2.4 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)