diff options
Diffstat (limited to 'transport')
| -rw-r--r-- | transport/client.go | 2 | ||||
| -rw-r--r-- | transport/stream_conn_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/transport/client.go b/transport/client.go index c638cf4..214ecf0 100644 --- a/transport/client.go +++ b/transport/client.go @@ -1,10 +1,10 @@ package transport import ( - "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic" "context" "errors" "fmt" + meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic" "google.golang.org/protobuf/proto" "log/slog" "math/rand" 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" |
