-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
53 lines (49 loc) · 1.78 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/nao1215/sqluv
go 1.24.0
require (
github.com/adrg/xdg v0.5.3
github.com/atotto/clipboard v0.1.4
github.com/gdamore/tcell/v2 v2.8.1
github.com/go-sql-driver/mysql v1.9.0
github.com/google/go-cmp v0.7.0
github.com/google/wire v0.6.0
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v1.8.0
github.com/rivo/tview v0.0.0-20241227133733-17b7edb88c57
github.com/spf13/pflag v1.0.6
go.uber.org/mock v0.5.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.36.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gdamore/encoding 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/subcommands v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.30.0 // indirect
modernc.org/libc v1.61.13 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.8.2 // indirect
)
tool (
github.com/google/wire/cmd/wire
go.uber.org/mock/mockgen
)