chore: initialize Go module

This commit is contained in:
2026-05-24 18:52:39 +03:00
commit e5dd77a00d
5 changed files with 196 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
module gitea.berezovskyi.dev/oleksandr/ezcoo-usb-control
go 1.26.3
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
go.bug.st/serial v1.6.4
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)