Skip to content

Commit

Permalink
fix(deps): update module github.com/go-chi/httprate-redis to v0.5.4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri authored Nov 6, 2024
2 parents 364c602 + 842bf51 commit 5fc65db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/go-chi/httprate v0.14.1
github.com/go-chi/httprate-redis v0.5.2
github.com/go-chi/httprate-redis v0.5.4
github.com/go-faker/faker/v4 v4.5.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/google/uuid v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ github.com/go-chi/httprate v0.14.1 h1:EKZHYEZ58Cg6hWcYzoZILsv7ppb46Wt4uQ738IRtpZ
github.com/go-chi/httprate v0.14.1/go.mod h1:TUepLXaz/pCjmCtf/obgOQJ2Sz6rC8fSf5cAt5cnTt0=
github.com/go-chi/httprate-redis v0.5.2 h1:Guel5o38pKaQVjtpGHYhyl2I3Pi62mVUyUji5YTYXxI=
github.com/go-chi/httprate-redis v0.5.2/go.mod h1:T87bMjtnKTLnj4OutHNaLz4bYR6hV9RNmsq3s0a3oZc=
github.com/go-chi/httprate-redis v0.5.4 h1:zb2MYmzEo5PYnioTzlRrkkEM29Wxu+lVKudRYD2y5WU=
github.com/go-chi/httprate-redis v0.5.4/go.mod h1:asBd8jIzVqXsmSqP9ji33Mn2hBJFjx5y9JBu4Ei1VOk=
github.com/go-faker/faker/v4 v4.5.0 h1:ARzAY2XoOL9tOUK+KSecUQzyXQsUaZHefjyF8x6YFHc=
github.com/go-faker/faker/v4 v4.5.0/go.mod h1:p3oq1GRjG2PZ7yqeFFfQI20Xm61DoBDlCA8RiSyZ48M=
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
Expand Down

0 comments on commit 5fc65db

Please sign in to comment.