summaryrefslogtreecommitdiff
path: root/software/go.mod
AgeCommit message (Collapse)Author
2024-05-31software: Add protobuf dependencyxengineering
This was not present because the Go tool detects this dependency only in the case of the generated discovery package. This package was not present during the last `go mod tidy` and `go mod vendor` cycle.
2024-05-30software: Implement serial port detectionxengineering
2024-05-28software: Add folder and go.modxengineering
This folder will contain the Go software which runs on the iot-core device.