diff --git a/validator_test.go b/validator_test.go index 05e3c15..25c75b2 100644 --- a/validator_test.go +++ b/validator_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/joeybloggs/go-validate-yourself" + "gopkg.in/bluesuncorp/go-validate-yourself.v5" . "gopkg.in/check.v1" )