diff options
Diffstat (limited to 'transport/stream_conn_test.go')
| -rw-r--r-- | transport/stream_conn_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/stream_conn_test.go b/transport/stream_conn_test.go index c0d996f..6b044cf 100644 --- a/transport/stream_conn_test.go +++ b/transport/stream_conn_test.go @@ -1,8 +1,8 @@ package transport import ( - pb "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic" "bytes" + pb "github.com/crypto-smoke/meshtastic-go/meshtastic" "github.com/stretchr/testify/require" "golang.org/x/sync/errgroup" "google.golang.org/protobuf/proto" |
