-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
53 lines (50 loc) · 2.54 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
module github.com/LianjiaTech/lightning
go 1.17
require (
github.com/BixData/gluabit32 v0.0.0-20190708203852-cb1e79982fc9
github.com/BixData/gluasocket v0.0.0-20191219185455-6c63b949f5b0
github.com/astaxie/beego v1.12.3
github.com/go-mysql-org/go-mysql v1.1.2
github.com/go-sql-driver/mysql v1.5.0
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
github.com/kr/pretty v0.1.0
github.com/montanaflynn/stats v0.5.0
github.com/pingcap/parser v0.0.0-20200623164729-3a18f1e5dceb
github.com/satori/go.uuid v1.2.0
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
github.com/zhu327/gluadb v0.0.0-20180630095703-9586fc6945a0
gopkg.in/yaml.v2 v2.2.8
layeh.com/gopher-lfs v0.0.0-20201124131141-d5fb28581d14
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/nubix-io/gluabit32 v0.0.0-20190708203852-cb1e79982fc9 // indirect
github.com/nubix-io/gluasocket v0.0.0-20191219185455-6c63b949f5b0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pingcap/errors v0.11.5-0.20201126102027-b0a155152ca3 // indirect
github.com/pingcap/log v0.0.0-20210317133921-96f4fcab92a4 // indirect
github.com/pingcap/tidb v1.1.0-beta.0.20200630082100-328b6d0a955c // indirect
github.com/pingcap/tipb v0.0.0-20200522051215-f31a15d98fce // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/shirou/gopsutil v2.19.10+incompatible // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/wumansgy/goEncrypt v0.0.0-20210730092718-e359121aa81e // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/protobuf v1.23.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)