-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
81 lines (77 loc) · 4.29 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
module github.com/distributedio/titan
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/arthurkiller/rollingwriter v1.1.2
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/gofail v0.0.0-20190801230047-ad7f989257ca // indirect
github.com/cznic/golex v0.0.0-20181122101858-9c343928389c // indirect
github.com/cznic/parser v0.0.0-20160622100904-31edd927e5b1 // indirect
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8 // indirect
github.com/cznic/strutil v0.0.0-20171016134553-529a34b1c186 // indirect
github.com/cznic/y v0.0.0-20170802143616-045f81c6662a // indirect
github.com/dgraph-io/ristretto v0.0.1 // indirect
github.com/distributedio/configo v0.0.0-20200107073829-efd79b027816
github.com/distributedio/continuous v0.0.0-20190527021358-1768e41f22b9
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/golang/protobuf v1.3.2
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jeremywohl/flatten v0.0.0-20190921043622-d936035e55cf // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 // indirect
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/myesui/uuid v1.0.0 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011 // indirect
github.com/pingcap/failpoint v0.0.0-20191029060244-12f4ac2fd11d // indirect
github.com/pingcap/fn v0.0.0-20191016082858-07623b84a47d // indirect
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 // indirect
github.com/pingcap/kvproto v0.0.0-20200102065152-5d51d93be892
github.com/pingcap/tidb v1.1.0-beta.0.20191227152506-8f13cf1449bd
github.com/pingcap/tidb-tools v3.1.0-beta.0.20200106103140-e2a2414c9064+incompatible // indirect
github.com/prometheus/client_golang v1.3.0
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shafreeck/retry v0.0.0-20180827080527-71c8c3fbf8f8
github.com/shirou/gopsutil v2.19.10+incompatible // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/twinj/uuid v1.0.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20191230192607-e6980b1f9fc0 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/automaxprocs v1.2.0 // indirect
go.uber.org/goleak v0.10.0 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20191107010934-f79515f33823 // indirect
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514 // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/stretchr/testify.v1 v1.0.0-00010101000000-000000000000 // indirect
)
go 1.13
replace gopkg.in/stretchr/testify.v1 => github.com/stretchr/testify v1.2.2
replace (
go.uber.org/zap => github.com/sourcegraph-testing/zap v1.12.0
)