aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-02-19 04:47:16 -1000
committerSmoke <[email protected]>2024-02-19 04:47:16 -1000
commit73373c348b95aae81853f558e660f71a92e992c6 (patch)
tree09f7115b98b8f8d628d176620fb45fed96c2134f /example
parent9d39006b7524ccba4021c6a7797383620b5d6f11 (diff)
update import paths
Diffstat (limited to 'example')
-rw-r--r--example/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/main.go b/example/main.go
index 886ae92..f88d52d 100644
--- a/example/main.go
+++ b/example/main.go
@@ -3,9 +3,9 @@ package main
import (
"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"
+ pb "github.com/meshnet-gophers/meshtastic-go/meshtastic"
+ "github.com/meshnet-gophers/meshtastic-go/transport"
+ "github.com/meshnet-gophers/meshtastic-go/transport/serial"
"google.golang.org/protobuf/proto"
"os"
"os/signal"