-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (24 loc) · 929 Bytes
/
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
module github.com/ysoldak/fpvc-lady
go 1.23
require (
github.com/gdamore/tcell/v2 v2.8.1
github.com/gorilla/websocket v1.5.3
github.com/hegedustibor/htgo-tts v0.0.0-20211106065519-4b33b08f698f
github.com/mattn/go-runewidth v0.0.16
github.com/urfave/cli/v2 v2.27.2
github.com/ysoldak/fpvc-serial-protocol v1.1.1
go.bug.st/serial v1.6.2
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
// replace github.com/ysoldak/fpvc-serial-protocol => ../fpvc-serial-protocol