We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b73a7 commit a98911aCopy full SHA for a98911a
translations/es/es.go
@@ -10,7 +10,7 @@ import (
10
11
"github.com/go-playground/locales"
12
ut "github.com/go-playground/universal-translator"
13
- "gopkg.in/go-playground/validator.v10"
+ "github.com/go-playground/validator/v10"
14
)
15
16
// RegisterDefaultTranslations registers a set of default translations
translations/es/es_test.go
@@ -6,8 +6,8 @@ import (
6
7
spanish "github.com/go-playground/locales/es"
8
9
- . "gopkg.in/go-playground/assert.v1"
+ . "github.com/go-playground/assert/v2"
func TestTranslations(t *testing.T) {
0 commit comments