diff --git a/pkg/memo/codec_test.go b/pkg/memo/codec_test.go index 182414eeeb..6ac3a3cd0d 100644 --- a/pkg/memo/codec_test.go +++ b/pkg/memo/codec_test.go @@ -3,7 +3,7 @@ package memo_test import ( "testing" - "github.com/test-go/testify/require" + "github.com/stretchr/testify/require" "github.com/zeta-chain/node/pkg/memo" )