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/etix/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.3.2
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/genproto v0.0.0-20190911173649-1774047e7e51 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v3 v3.0.1
vitess.io/vitess v2.1.1+incompatible // indirect
)
go 1.13
|