-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.06 KB
/
Copy pathgo.mod
File metadata and controls
29 lines (26 loc) · 1.06 KB
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
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/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/oschwald/maxminddb-golang v1.5.0
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
github.com/youtube/vitess v0.0.0-20181105031612-54855ec7b369
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2
golang.org/x/term v0.1.0
google.golang.org/grpc v1.27.1
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
vitess.io/vitess v2.1.1+incompatible // indirect
)
go 1.18