change import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-25 20:22:23 +03:00
parent c389e02622
commit db2e8fc393
4 changed files with 14 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
"github.com/unistack-org/micro/v3/codec"
"go.unistack.org/micro/v3/codec"
)
func TestFrame(t *testing.T) {