-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
43 lines (40 loc) · 1.67 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
module github.com/StirlingMarketingGroup/swoof
go 1.21
require (
github.com/Ompluscator/dynamic-struct v1.3.0
github.com/StirlingMarketingGroup/cool-mysql v0.0.0-20231228165219-cae5b444eea6
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.15.0
github.com/go-sql-driver/mysql v1.7.1
github.com/pkg/errors v0.9.1
github.com/posener/cmd v1.3.4
github.com/vbauerster/mpb/v5 v5.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/go-redsync/redsync/v4 v4.11.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/posener/complete/v2 v2.0.1-alpha.13 // indirect
github.com/posener/formatter v1.0.0 // indirect
github.com/posener/script v1.1.5 // indirect
github.com/redis/go-redis/v9 v9.3.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)