aboutsummaryrefslogtreecommitdiff
path: root/transport/stream_conn_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'transport/stream_conn_test.go')
-rw-r--r--transport/stream_conn_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/stream_conn_test.go b/transport/stream_conn_test.go
index 6b044cf..6b6cf71 100644
--- a/transport/stream_conn_test.go
+++ b/transport/stream_conn_test.go
@@ -2,7 +2,7 @@ package transport
import (
"bytes"
- pb "github.com/crypto-smoke/meshtastic-go/meshtastic"
+ pb "github.com/meshnet-gophers/meshtastic-go/meshtastic"
"github.com/stretchr/testify/require"
"golang.org/x/sync/errgroup"
"google.golang.org/protobuf/proto"