-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 686 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/dopaminegirl19/usership
go 1.19
require (
github.com/gdamore/tcell/v2 v2.5.4
github.com/go-sql-driver/mysql v1.6.0
github.com/rivo/tview v0.0.0-20230104153304-892d1a2eb0da
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-critic/go-critic v0.6.5 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/quasilyte/go-ruleguard/dsl v0.3.21 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/text v0.5.0 // indirect
)