forked from github/gh-ost
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
22 lines (19 loc) · 834 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/hanchuanchuan/gh-ost
replace gopkg.in/gcfg.v1 => github.com/hanchuanchuan/gcfg.v1 v0.0.0-20190302111942-77c0f3dcc0b3
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/hanchuanchuan/go-mysql v0.0.0-20200114082439-6d0d8d3a982e
github.com/hanchuanchuan/golib v0.0.0-20200113085747-47643bc243f1
github.com/kr/pretty v0.2.0 // indirect
github.com/outbrain/golib v0.0.0-20180830062331-ab954725f502 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/gcfg.v1 v1.2.3
)
go 1.12