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 /transport/client.go | |
| parent | 9d39006b7524ccba4021c6a7797383620b5d6f11 (diff) | |
update import paths
Diffstat (limited to 'transport/client.go')
| -rw-r--r-- | transport/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/client.go b/transport/client.go index 214ecf0..9edfcc9 100644 --- a/transport/client.go +++ b/transport/client.go @@ -4,7 +4,7 @@ import ( "context" "errors" "fmt" - meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic" + meshtastic "github.com/meshnet-gophers/meshtastic-go/meshtastic" "google.golang.org/protobuf/proto" "log/slog" "math/rand" |
