From d474ce1ce62e93f86063a1e0c1e4e41e4addffb1 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 10 Apr 2015 00:36:46 -0400 Subject: [PATCH] update test import path --- validator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )