0.1.0-prod

This commit is contained in:
2025-08-20 08:21:24 +03:00
commit af852b9ed6
6 changed files with 1023 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module shtrih-kkt
go 1.23.4
require (
github.com/go-ole/go-ole v1.3.0
go.bug.st/serial v1.6.4
)
require (
github.com/creack/goselect v0.1.2 // indirect
golang.org/x/sys v0.19.0 // indirect
)