From e0a90453635f6c9f5ef94a598d4352b937ad1274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:43:36 +0000 Subject: [PATCH] chore(deps): bump github.com/CloudyKit/jet/v6 in /jet Bumps [github.com/CloudyKit/jet/v6](https://github.com/CloudyKit/jet) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/CloudyKit/jet/releases) - [Changelog](https://github.com/CloudyKit/jet/blob/master/docs/changes.md) - [Commits](https://github.com/CloudyKit/jet/compare/v6.3.1...v6.3.2) --- updated-dependencies: - dependency-name: github.com/CloudyKit/jet/v6 dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jet/go.mod | 2 +- jet/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jet/go.mod b/jet/go.mod index c8bc3d8..b76aaec 100644 --- a/jet/go.mod +++ b/jet/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/template/jet/v3 go 1.25 require ( - github.com/CloudyKit/jet/v6 v6.3.1 + github.com/CloudyKit/jet/v6 v6.3.2 github.com/gofiber/template/v2 v2.1.0 github.com/stretchr/testify v1.11.1 ) diff --git a/jet/go.sum b/jet/go.sum index 767135f..c71b20d 100644 --- a/jet/go.sum +++ b/jet/go.sum @@ -1,7 +1,7 @@ github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 h1:sR+/8Yb4slttB4vD+b9btVEnWgL3Q00OBTzVT8B9C0c= github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53/go.mod h1:+3IMCy2vIlbG1XG/0ggNQv0SvxCAIpPM5b1nCz56Xno= -github.com/CloudyKit/jet/v6 v6.3.1 h1:6IAo5Cx21xrHVaR8zzXN5gJatKV/wO7Nf6bfCnCSbUw= -github.com/CloudyKit/jet/v6 v6.3.1/go.mod h1:lf8ksdNsxZt7/yH/3n4vJQWA9RUq4wpaHtArHhGVMOw= +github.com/CloudyKit/jet/v6 v6.3.2 h1:BPaX0lnXTZ9TniICiiK/0iJqzeGJ2ibvB4DjAqLMBSM= +github.com/CloudyKit/jet/v6 v6.3.2/go.mod h1:lf8ksdNsxZt7/yH/3n4vJQWA9RUq4wpaHtArHhGVMOw= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM=