fix(deps): update module github.com/asaskevich/govalidator to v11

This commit is contained in:
renovate[bot] 2022-10-28 10:39:38 +00:00 committed by GitHub
parent d785059400
commit 241871b3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/wolviecb/short
go 1.19
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/asaskevich/govalidator/v11 v11.0.1
github.com/fasthttp/router v1.4.13
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/valyala/fasthttp v1.41.0

View File

@ -3,7 +3,7 @@ module shortie
go 1.19
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/asaskevich/govalidator/v11 v11.0.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/valyala/fasthttp v1.41.0
)