aboutsummaryrefslogtreecommitdiff
path: root/mqtt/node.go
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 /mqtt/node.go
parent9d39006b7524ccba4021c6a7797383620b5d6f11 (diff)
update import paths
Diffstat (limited to 'mqtt/node.go')
-rw-r--r--mqtt/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt/node.go b/mqtt/node.go
index fa5fdb7..085db0c 100644
--- a/mqtt/node.go
+++ b/mqtt/node.go
@@ -1,6 +1,6 @@
package mqtt
-import meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic"
+import meshtastic "github.com/meshnet-gophers/meshtastic-go/meshtastic"
// Node implements a meshtastic node that connects only via MQTT
type Node struct {