-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1 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
module github.com/khatibomar/kanna
go 1.22
require (
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/khatibomar/fafnir v0.0.0-20240512040937-a8cdd19b15fa
github.com/khatibomar/tohru v0.0.0-20240512064109-2b7f80ca3361
github.com/rivo/tview v0.0.0-20220216162559-96063d6082f3
)
require (
github.com/RNCryptor/RNCryptor-go v0.1.0 // indirect
github.com/cavaliercoder/grab v2.0.0+incompatible // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/khatibomar/kobayashi v0.0.0-20240512032625-dd8e65a859d4 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/ncruces/go-sqlite3 v0.15.0 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tetratelabs/wazero v1.7.1 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)