aboutsummaryrefslogtreecommitdiff
path: root/emulated/emulated.go
diff options
context:
space:
mode:
Diffstat (limited to 'emulated/emulated.go')
-rw-r--r--emulated/emulated.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulated/emulated.go b/emulated/emulated.go
index 27ab820..49a1150 100644
--- a/emulated/emulated.go
+++ b/emulated/emulated.go
@@ -4,11 +4,11 @@ import (
"context"
"fmt"
"github.com/charmbracelet/log"
- "github.com/crypto-smoke/meshtastic-go"
- pb "github.com/crypto-smoke/meshtastic-go/meshtastic"
- "github.com/crypto-smoke/meshtastic-go/mqtt"
- "github.com/crypto-smoke/meshtastic-go/radio"
- "github.com/crypto-smoke/meshtastic-go/transport"
+ "github.com/meshnet-gophers/meshtastic-go"
+ pb "github.com/meshnet-gophers/meshtastic-go/meshtastic"
+ "github.com/meshnet-gophers/meshtastic-go/mqtt"
+ "github.com/meshnet-gophers/meshtastic-go/radio"
+ "github.com/meshnet-gophers/meshtastic-go/transport"
"golang.org/x/sync/errgroup"
"google.golang.org/protobuf/proto"
"io"