fix(deps): update module github.com/go-chi/httprate to v0.7.2

This commit is contained in:
Renovate Bot 2023-04-14 16:30:29 +00:00
parent 5167bfdf01
commit e6a26fd370
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/glebarez/sqlite v1.8.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/httplog v0.3.0
github.com/go-chi/httprate v0.7.1
github.com/go-chi/httprate v0.7.2
github.com/go-chi/jwtauth/v5 v5.1.0
github.com/go-chi/render v1.0.2
github.com/miekg/dns v1.1.53

2
go.sum
View File

@ -33,6 +33,8 @@ github.com/go-chi/httplog v0.3.0 h1:KW9UMJmjo1JQb5WnOWFc5KftSP4YxZRAQk60biarfIA=
github.com/go-chi/httplog v0.3.0/go.mod h1:/pIXuFSrOdc5heKIJRA5Q2mW7cZCI2RySqFZNFoZjKg=
github.com/go-chi/httprate v0.7.1 h1:d5kXARdms2PREQfU4pHvq44S6hJ1hPu4OXLeBKmCKWs=
github.com/go-chi/httprate v0.7.1/go.mod h1:6GOYBSwnpra4CQfAKXu8sQZg+nZ0M1g9QnyFvxrAB8A=
github.com/go-chi/httprate v0.7.2 h1:eodFE74JPeOaxfo64l58v2cYjZBrwBZumJOvIBJUPOY=
github.com/go-chi/httprate v0.7.2/go.mod h1:6GOYBSwnpra4CQfAKXu8sQZg+nZ0M1g9QnyFvxrAB8A=
github.com/go-chi/jwtauth/v5 v5.1.0 h1:wJyf2YZ/ohPvNJBwPOzZaQbyzwgMZZceE1m8FOzXLeA=
github.com/go-chi/jwtauth/v5 v5.1.0/go.mod h1:MA93hc1au3tAQwCKry+fI4LqJ5MIVN4XSsglOo+lSc8=
github.com/go-chi/render v1.0.2 h1:4ER/udB0+fMWB2Jlf15RV3F4A2FDuYi/9f+lFttR/Lg=