change import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-25 20:30:38 +03:00
parent 38b67e3b7e
commit 066f8b6e66
4 changed files with 17 additions and 14 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) {