forked from etix/mirrorbits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (26 loc) · 1.15 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/xbmc/mirrorbits
require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/etix/goftp v0.0.0-20170217140226-0c13163a1028
github.com/golang/protobuf v1.4.3
github.com/gomodule/redigo v0.0.0-20181026001555-e8fc0692a7e2
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/kr/pretty v0.1.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/oschwald/maxminddb-golang v1.5.0
github.com/pkg/errors v0.8.1
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
github.com/stretchr/testify v1.4.0 // indirect
github.com/youtube/vitess v0.0.0-20181105031612-54855ec7b369
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.2.2
vitess.io/vitess v2.1.1+incompatible // indirect
)
go 1.13