diff --git a/go.mod b/go.mod index 4d92236..ec3a8f9 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-sql-driver/mysql v1.10.0 github.com/gofiber/fiber/v3 v3.3.0 github.com/gofiber/template/html/v3 v3.0.0 - github.com/gofiber/utils/v2 v2.0.6 + github.com/gofiber/utils/v2 v2.1.1 golang.org/x/text v0.38.0 ) diff --git a/go.sum b/go.sum index 909fda0..7112f43 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/gofiber/template/v2 v2.0.0 h1:E+WPRsCNLxS2j3SsRU2sbqG2suD9dZMbDsv4NZF github.com/gofiber/template/v2 v2.0.0/go.mod h1:n311woO10kG4/MZ35TTvbuoSEx+etErXBmu+0pFzQ1s= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= -github.com/gofiber/utils/v2 v2.0.6 h1:7fXYy7nSsyqbH0GQUMtK4Kwjy4J7R5742VM7JsZxzOs= -github.com/gofiber/utils/v2 v2.0.6/go.mod h1:p7mAHAk3+oUK10ZX2xTw9fZQixb4hCg8SKd4IH2xroU= +github.com/gofiber/utils/v2 v2.1.1 h1:kGnoGjwEnFW6w0x45W+kLlmMJvqBGkuUA4oMWKn/T/I= +github.com/gofiber/utils/v2 v2.1.1/go.mod h1:DdOgEVwQTi8cou/AKWPqhXOR4fHGRVhA/rEWL3IXG7Q= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=