From cd06e413fbda2f22a2e25ec0eb8ccdbc6a35535b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=AC=A7?= Date: Mon, 13 May 2019 11:53:23 +0800 Subject: [PATCH] fix bug --- binding/validate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/validate_test.go b/binding/validate_test.go index 2c76b6d6..32ebed72 100644 --- a/binding/validate_test.go +++ b/binding/validate_test.go @@ -11,7 +11,7 @@ import ( "time" "github.com/stretchr/testify/assert" - "gopkg.in/go-playground/validator.v8" + "gopkg.in/go-playground/validator.v9" ) type testInterface interface {