Skip to content

Commit

Permalink
Update validator to v10 (#2190)
Browse files Browse the repository at this point in the history
Passed my manual test, output nothing different.
  • Loading branch information
mosdeo authored and thinkerou committed Dec 20, 2019
1 parent cc14a77 commit 9b3477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b3477e

Please sign in to comment.