From 73373c348b95aae81853f558e660f71a92e992c6 Mon Sep 17 00:00:00 2001 From: Smoke <86024507+crypto-smoke@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:47:16 -1000 Subject: update import paths --- emulated/emulated.go | 10 +++++----- emulated/example/main.go | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'emulated') 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" diff --git a/emulated/example/main.go b/emulated/example/main.go index 36b36c3..953820a 100644 --- a/emulated/example/main.go +++ b/emulated/example/main.go @@ -4,12 +4,12 @@ import ( "context" "fmt" "github.com/charmbracelet/log" - "github.com/crypto-smoke/meshtastic-go" - "github.com/crypto-smoke/meshtastic-go/emulated" - 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" + "github.com/meshnet-gophers/meshtastic-go/emulated" + 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" "time" ) -- cgit v1.2.3