feat: llgo monitor -target target -port port
This commit is contained in:
9
go.mod
9
go.mod
@@ -15,11 +15,18 @@ require (
|
||||
golang.org/x/tools v0.36.0
|
||||
)
|
||||
|
||||
require github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
|
||||
require (
|
||||
github.com/mattn/go-tty v0.0.7
|
||||
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
|
||||
go.bug.st/serial v1.6.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/creack/goselect v0.1.2 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/mod v0.27.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/goplus/llgo/runtime => ./runtime
|
||||
|
||||
Reference in New Issue
Block a user