change import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-25 20:28:35 +03:00
parent 04fa09bd63
commit a67f2bb719
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) {