-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
99 lines (96 loc) · 3.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
module github.com/neilotoole/sq
go 1.23.4
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e
github.com/alessio/shellescape v1.4.2
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
github.com/djherbis/buffer v1.2.0
github.com/dustin/go-humanize v1.0.1
github.com/ecnepsnai/osquery v1.0.1
github.com/emirpasic/gods v1.18.1
github.com/fatih/color v1.18.0
github.com/go-sql-driver/mysql v1.8.1
github.com/goccy/go-yaml v1.15.13
github.com/google/renameio/v2 v2.0.0
github.com/google/uuid v1.6.0
github.com/h2non/filetype v1.1.3
github.com/jackc/pgx/v5 v5.7.2
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-runewidth v0.0.16
github.com/mattn/go-sqlite3 v1.14.24
github.com/microsoft/go-mssqldb v1.8.0
github.com/mitchellh/go-wordwrap v1.0.1
github.com/muesli/mango-cobra v1.2.0
github.com/muesli/roff v0.1.0
github.com/ncruces/go-strftime v0.1.9
github.com/neilotoole/oncecache v0.0.1
github.com/neilotoole/shelleditor v0.4.1
github.com/neilotoole/slogt v1.1.0
github.com/neilotoole/streamcache v0.3.5
github.com/neilotoole/tailbuf v0.0.4
github.com/nightlyone/lockfile v1.0.0
github.com/otiai10/copy v1.14.1
github.com/pkg/profile v1.7.0
github.com/ryboe/q v1.0.23
github.com/samber/lo v1.47.0
github.com/segmentio/encoding v0.4.1
github.com/sethvargo/go-retry v0.3.0
github.com/shopspring/decimal v1.4.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/vbauerster/mpb/v8 v8.7.3
github.com/xo/dburl v0.23.2
github.com/xuri/excelize/v2 v2.8.1
go.uber.org/atomic v1.11.0
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329
golang.org/x/mod v0.22.0
golang.org/x/sync v0.10.0
golang.org/x/sys v0.29.0
golang.org/x/term v0.28.0
golang.org/x/text v0.21.0
)
require (
dario.cat/mergo v1.0.1 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/fgprof v0.9.5 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/muesli/mango v0.2.0 // indirect
github.com/muesli/mango-pflag v0.1.0 // indirect
github.com/neilotoole/fifomu v0.1.2 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)