-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
18 lines (17 loc) · 869 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module my2fback
require (
github.com/WangJiemin/jamintools v0.0.0-20190709081102-0345ca85b96c
github.com/davecgh/go-spew v1.1.1
github.com/dropbox/godropbox v0.0.0-20190501155911-5749d3b71cbe
github.com/go-errors/errors v1.0.1 // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/olivere/elastic v6.2.21+incompatible // indirect
github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75 // indirect
github.com/pingcap/parser v0.0.0-20190710072914-6cd203114f2d
github.com/pingcap/tidb v3.0.0+incompatible
github.com/siddontang/go-mysql v0.0.0-20190711035447-8b9c05ee162e
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
github.com/toolkits/slice v0.0.0-20141116085117-e44a80af2484
gopkg.in/olivere/elastic.v6 v6.2.21 // indirect
)