From fa89b2fb42d4c6d853adb4cd990d7851a993b72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:28:29 +0000 Subject: [PATCH] deps: bump github.com/goceleris/celeris Bumps the all-go-deps group in /middleware/compress with 1 update: [github.com/goceleris/celeris](https://github.com/goceleris/celeris). Updates `github.com/goceleris/celeris` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/goceleris/celeris/releases) - [Commits](https://github.com/goceleris/celeris/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/goceleris/celeris dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps ... Signed-off-by: dependabot[bot] --- middleware/compress/go.mod | 2 +- middleware/compress/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/middleware/compress/go.mod b/middleware/compress/go.mod index 05ec365..1cefcfb 100644 --- a/middleware/compress/go.mod +++ b/middleware/compress/go.mod @@ -4,7 +4,7 @@ go 1.26.0 require ( github.com/andybalholm/brotli v1.2.1 - github.com/goceleris/celeris v1.3.2 + github.com/goceleris/celeris v1.3.3 github.com/klauspost/compress v1.18.5 ) diff --git a/middleware/compress/go.sum b/middleware/compress/go.sum index d3ce87d..6e7259e 100644 --- a/middleware/compress/go.sum +++ b/middleware/compress/go.sum @@ -1,7 +1,7 @@ github.com/andybalholm/brotli v1.2.1 h1:R+f5xP285VArJDRgowrfb9DqL18yVK0gKAW/F+eTWro= github.com/andybalholm/brotli v1.2.1/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY= -github.com/goceleris/celeris v1.3.2 h1:9vvbdolAm2fuh1Aq+Beqr23KZ3m3cUU+qfRHZJdS+T0= -github.com/goceleris/celeris v1.3.2/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg= +github.com/goceleris/celeris v1.3.3 h1:H0YD6YrzM+ECb7uD9JECqGVL7GJn0ZMv2WA6yxIbcdI= +github.com/goceleris/celeris v1.3.3/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg= github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE= github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=