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 --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/main.go') diff --git a/example/main.go b/example/main.go index 884ee36..886ae92 100644 --- a/example/main.go +++ b/example/main.go @@ -1,9 +1,9 @@ package main import ( - pb "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic" "context" "github.com/charmbracelet/log" + pb "github.com/crypto-smoke/meshtastic-go/meshtastic" "github.com/crypto-smoke/meshtastic-go/transport" "github.com/crypto-smoke/meshtastic-go/transport/serial" "google.golang.org/protobuf/proto" -- cgit v1.2.3