From 1695f6a7ee708fa9b3408ad3ebcafec665c8e686 Mon Sep 17 00:00:00 2001 From: Lin Kao-Yuan Date: Thu, 19 Dec 2019 15:44:27 +0800 Subject: [PATCH] Update validator to v10 Passed my manual test, output nothing different. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092fedc803..5c77b28200 100644 --- a/README.md +++ b/README.md @@ -708,7 +708,7 @@ import ( "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" - "gopkg.in/go-playground/validator.v9" + "gopkg.in/go-playground/validator.v10" ) // Booking contains binded and validated data.