@ -10,7 +10,7 @@ import (
"github.com/go-playground/locales"
ut "github.com/go-playground/universal-translator"
"gopkg.in/go-playground/validator.v10"
"github.com/go-playground/validator/v10"
)
// RegisterDefaultTranslations registers a set of default translations
@ -6,8 +6,8 @@ import (
spanish "github.com/go-playground/locales/es"
. "gopkg.in/go-playground/assert.v1"
. "github.com/go-playground/assert/v2"
func TestTranslations(t *testing.T) {