change import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-25 20:26:12 +03:00
parent ad4a9c5d87
commit 205d738638
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) {