From 41072be6c6af48f3066daf60552eba5191bfad7d Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 31 May 2024 09:39:31 +0200 Subject: software: Add protobuf dependency 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. --- software/go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'software/go.mod') diff --git a/software/go.mod b/software/go.mod index c742d5b..4f493fb 100644 --- a/software/go.mod +++ b/software/go.mod @@ -2,7 +2,10 @@ module xengineering.eu/iot-core go 1.22.3 -require go.bug.st/serial v1.6.2 +require ( + go.bug.st/serial v1.6.2 + google.golang.org/protobuf v1.34.1 +) require ( github.com/creack/goselect v0.1.2 // indirect -- cgit v1.2.3-70-g09d2