change import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-25 20:24:40 +03:00
parent 12e4c80d1a
commit dc15319a6d
7 changed files with 18 additions and 17 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) {