aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-02-16 06:58:59 -1000
committerGitHub <[email protected]>2024-02-16 06:58:59 -1000
commit59d8f1e1d46abe92e114d50a7a1852bdb8baa608 (patch)
tree13387a512fe8844f91da6c96622f5d2073459075 /go.mod
parent06f88424566478b7a8e5817fd6af3d2a76e34519 (diff)
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
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