diff options
| author | Smoke <[email protected]> | 2024-02-19 04:47:16 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-19 04:47:16 -1000 |
| commit | 73373c348b95aae81853f558e660f71a92e992c6 (patch) | |
| tree | 09f7115b98b8f8d628d176620fb45fed96c2134f /emulated/example/main.go | |
| parent | 9d39006b7524ccba4021c6a7797383620b5d6f11 (diff) | |
update import paths
Diffstat (limited to 'emulated/example/main.go')
| -rw-r--r-- | emulated/example/main.go | 12 |
1 files changed, 6 insertions, 6 deletions
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" ) |
