Skip to content

Commit

Permalink
Update validator to v10 (gin-gonic#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 ThomasObenaus committed Feb 19, 2020
1 parent 3f4df94 commit e35c065
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 e35c065

Please sign in to comment.