forked from devops-works/slowql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 804 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
23
24
25
module github.com/devops-works/slowql
go 1.17
require (
github.com/cheggaaa/pb/v3 v3.0.8
github.com/go-sql-driver/mysql v1.5.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/montanaflynn/stats v0.6.5
github.com/sirupsen/logrus v1.8.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
gopkg.in/yaml.v2 v2.3.0 // indirect
)
require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
)