diff --git a/go.mod b/go.mod index b8094bb7123bca4a1ef77718d421f39b7b9e0ece..1fe66d0a7bde3a361daa149c7f00c7300c516aee 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-sql-driver/mysql v1.7.1 github.com/gofiber/fiber/v2 v2.47.0 github.com/gofiber/helmet/v2 v2.2.26 - github.com/gofiber/template/mustache/v2 v2.0.4 + github.com/gofiber/template/mustache/v2 v2.0.5 github.com/gofrs/uuid v4.4.0+incompatible github.com/golang-jwt/jwt v3.2.2+incompatible github.com/ip2location/ip2location-go v8.3.0+incompatible diff --git a/go.sum b/go.sum index 7bb1f0e65751f9216b0a776af029bab1ab60f997..2ffdd222b7da35b39be837fbf6cadeee7ada1136 100644 --- a/go.sum +++ b/go.sum @@ -130,8 +130,8 @@ github.com/gofiber/helmet/v2 v2.2.26 h1:KreQVUpCIGppPQ6Yt8qQMaIR4fVXMnvBdsda0dJS github.com/gofiber/helmet/v2 v2.2.26/go.mod h1:XE0DF4cgf0M5xIt7qyAK5zOi8jJblhxfSDv9DAmEEQo= github.com/gofiber/template v1.8.2 h1:PIv9s/7Uq6m+Fm2MDNd20pAFFKt5wWs7ZBd8iV9pWwk= github.com/gofiber/template v1.8.2/go.mod h1:bs/2n0pSNPOkRa5VJ8zTIvedcI/lEYxzV3+YPXdBvq8= -github.com/gofiber/template/mustache/v2 v2.0.4 h1:n6Un05JZVeSjQgjYN5aiG/hvBVErc/CCPW3SzyzJo/U= -github.com/gofiber/template/mustache/v2 v2.0.4/go.mod h1:U75y7n5F3OJu8P5dUn1m9dX8RU6Jf/uvIORAVAQpYOc= +github.com/gofiber/template/mustache/v2 v2.0.5 h1:pLV40A2sIlVE0dO8MV99NN8vXcIXXBar8HLuwA6ZxXo= +github.com/gofiber/template/mustache/v2 v2.0.5/go.mod h1:pcGd2QusqtG9I6xTEpS6UFWgMMlIiSZwR36N3Vh/aE4= 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/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=