Skip to content

Commit

Permalink
chore(deps): bumping httputils to fix memory cache
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 1, 2023
1 parent 4b447ab commit a19dcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/ViBiOh/auth/v2 v2.16.1
github.com/ViBiOh/exas v0.7.1
github.com/ViBiOh/flags v1.4.1
github.com/ViBiOh/httputils/v4 v4.66.2
github.com/ViBiOh/httputils/v4 v4.66.3
github.com/ViBiOh/vith v0.6.0
github.com/rabbitmq/amqp091-go v1.8.1
github.com/redis/go-redis/v9 v9.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/ViBiOh/exas v0.7.1 h1:nzh6E1668OFRgoTIJZJa1RybCW64Gd918qi0Z+0Q4WA=
github.com/ViBiOh/exas v0.7.1/go.mod h1:MvIWQZXpWgg45Vsde9bMV48Kb0J8frya8vimmrkQ04E=
github.com/ViBiOh/flags v1.4.1 h1:qEAO70rWTYcVlU9BgCuz0SgMjth12oi502cq3SHDudg=
github.com/ViBiOh/flags v1.4.1/go.mod h1:Ocgx/QhY7WYNfGokFT3kw5C05pDooQyLbI/9ZWwylI4=
github.com/ViBiOh/httputils/v4 v4.66.2 h1:/Ffk99szzWL8WVRqYaJtjNPD64RoUTJ1miA5o0Qfxhg=
github.com/ViBiOh/httputils/v4 v4.66.2/go.mod h1:/ZQGNMSVXvCdX127mp5iHaJ2ZN76nKPQ0vvGnta2KIc=
github.com/ViBiOh/httputils/v4 v4.66.3 h1:+UeOixCE6CkvZ8f+4urwdBdVELAH4J56I+7meGm9nZA=
github.com/ViBiOh/httputils/v4 v4.66.3/go.mod h1:/ZQGNMSVXvCdX127mp5iHaJ2ZN76nKPQ0vvGnta2KIc=
github.com/ViBiOh/vith v0.6.0 h1:bdLmwgqUEWi3ivShtAhtM9gOZlWQzvZi2Z5b0BRSB1U=
github.com/ViBiOh/vith v0.6.0/go.mod h1:eRqtDU2uB8g85vll4spbnCV93DHyHNAYwXCMIBH1GuQ=
github.com/bsm/ginkgo/v2 v2.7.0/go.mod h1:AiKlXPm7ItEHNc/2+OkrNG4E0ITzojb9/xWzvQ9XZ9w=
Expand Down

0 comments on commit a19dcd2

Please sign in to comment.