-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 544 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 544 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/darylhjd/mangadesk
go 1.22
require (
github.com/darylhjd/mangodex v0.0.0-20211231093527-e4a91c518fa0
github.com/gdamore/tcell/v2 v2.7.4
github.com/rivo/tview v0.0.0-20231126123532-b11bfc7683c7
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)