-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.67 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.67 KB
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
module github.com/hymkor/sqlbless
go 1.20
require (
github.com/glebarez/go-sqlite v1.22.0
github.com/go-sql-driver/mysql v1.8.1
github.com/hymkor/csvi v1.23.1
github.com/hymkor/go-multiline-ny v0.22.4
github.com/hymkor/go-shellcommand v0.0.2
github.com/hymkor/struct2flag v0.0.4
github.com/lib/pq v1.10.9
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
github.com/microsoft/go-mssqldb v1.7.2
github.com/nyaosorg/go-box/v3 v3.1.1
github.com/nyaosorg/go-readline-ny v1.14.1
github.com/nyaosorg/go-ttyadapter v0.3.0
github.com/sijms/go-ora/v2 v2.8.22
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hymkor/go-safewrite v0.4.0 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mattn/go-tty v0.0.7 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/nyaosorg/go-inline-animation v0.3.1 // indirect
github.com/nyaosorg/go-readline-skk v0.6.2 // indirect
github.com/nyaosorg/go-windows-mbcs v0.4.4 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
modernc.org/libc v1.61.2 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.34.1 // indirect
)