Issue #521: Non-standard validators import path fix
@ -4,7 +4,7 @@ import (
"reflect"
"strings"
"github.com/andreiavrammsd/validator"
"gopkg.in/go-playground/validator.v9"
)
// NotBlank is the validation function for validating if the current field
@ -3,7 +3,7 @@ package validators
import (
"testing"
"gopkg.in/go-playground/assert.v1"