From 59d8f1e1d46abe92e114d50a7a1852bdb8baa608 Mon Sep 17 00:00:00 2001 From: Smoke <86024507+crypto-smoke@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:58:59 -1000 Subject: feat/update-protobufs (#16) * use meshnet-gophers protobufs * update go.mod for meshnet-gophers protobufs * update protos * add gitignore * update go.mod * use locally generated protobufs * add generate.go * use meshtastic protobufs upstream --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7fe3502..5f0a00b 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/crypto-smoke/meshtastic-go go 1.21 require ( - buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go v1.32.0-20240211215705-89f15a9842b0.1 github.com/charmbracelet/log v0.3.1 github.com/eclipse/paho.mqtt.golang v1.4.3 + github.com/meshnet-gophers/protobufs v2.2.22+incompatible github.com/stretchr/testify v1.8.4 go.bug.st/serial v1.6.1 golang.org/x/sync v0.6.0 @@ -24,6 +24,7 @@ require ( github.com/mattn/go-runewidth v0.0.15 // indirect github.com/muesli/reflow v0.3.0 // indirect github.com/muesli/termenv v0.15.2 // indirect + github.com/planetscale/vtprotobuf v0.6.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect -- cgit v1.2.3