This commit is contained in:
JiXieShi
2024-04-12 22:14:52 +08:00
commit 5d4558582a
3 changed files with 205 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module COM
go 1.22
require (
github.com/zimolab/charsetconv v0.1.2
go.bug.st/serial v1.6.2
)
require (
github.com/creack/goselect v0.1.2 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
)