chore: initialize Go module
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user