forked from superjobru/go-mysql-sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.34 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
module github.com/sandeepone/mysql-manticore
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/birkirb/loggers-mapper-logrus v0.0.0-20180326232643-461f2d8e6f72
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.2-0.20180927150649-699df6a3acf6
github.com/gleez/pkg v0.0.0-20200309031106-3c6bec2c18be
github.com/gocarina/gocsv v0.0.0-20191122093448-c6a9c812ac26
github.com/jpillora/backoff v1.0.0
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/kr/pretty v0.1.0
github.com/kr/text v0.1.0
github.com/nats-io/nats.go v1.10.0
github.com/robfig/cron/v3 v3.0.1
github.com/sandeepone/sqlparser v0.0.0-20191206073631-108f7fcbf8a5
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed
github.com/siddontang/go-mysql v0.0.0-20200424072754-803944a6e4ea
github.com/siddontang/loggers v1.0.4-0.20180516082531-fa51471f8169
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/thejerf/suture v3.0.3+incompatible
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/sys v0.0.0-20200523222454-059865788121
gopkg.in/birkirb/loggers.v1 v1.1.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)