forked from endink/go-sharding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 787 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/XiaoMi/Gaea
go 1.15
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/emirpasic/gods v1.12.0
github.com/gin-contrib/gzip v0.0.1
github.com/gin-gonic/gin v1.5.0
github.com/go-ini/ini v1.42.0
github.com/golang/mock v1.3.1
github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011
github.com/pingcap/parser v0.0.0-20200623164729-3a18f1e5dceb
github.com/pingcap/tidb v1.1.0-beta.0.20200630082100-328b6d0a955c
github.com/prometheus/client_golang v1.5.1
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
github.com/stretchr/testify v1.5.1
go.uber.org/config v1.4.0
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.16.0
gopkg.in/ini.v1 v1.42.0
)