aboutsummaryrefslogtreecommitdiff
path: root/example/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.go')
-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"