Skip to content

Commit 2367d30

Browse files
authored
Fix the import path for non-standard validators
Issue [#521](#521)
1 parent 556b9da commit 2367d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non-standard/validators/notblank.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"reflect"
55
"strings"
66

7-
"github.com/andreiavrammsd/validator"
7+
"gopkg.in/go-playground/validator.v9"
88
)
99

1010
// NotBlank is the validation function for validating if the current field

0 commit comments

Comments
 (0)