Bump Go dependencies

This commit is contained in:
Deluan 2023-12-11 17:25:14 -05:00
parent ac3668a33e
commit d89de9060a
2 changed files with 6 additions and 4 deletions

4
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/Masterminds/squirrel v1.5.4
github.com/ReneKroon/ttlcache/v2 v2.11.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/deluan/rest v0.0.0-20211101235434-380523c4bb47
github.com/deluan/rest v0.0.0-20211102003136-6260bc399cbf
github.com/deluan/sanitize v0.0.0-20230310221930-6e18967d9fc1
github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25
github.com/disintegration/imaging v1.6.2
@ -20,7 +20,7 @@ require (
github.com/fatih/structs v1.1.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/cors v1.2.1
github.com/go-chi/httprate v0.7.4
github.com/go-chi/httprate v0.8.0
github.com/go-chi/jwtauth/v5 v5.3.0
github.com/google/uuid v1.4.0
github.com/google/wire v0.5.0