From af63a86e719045e4600988a23db9da421a3d28ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:52:54 +0000 Subject: [PATCH] chore(deps): bump github.com/hyp3rd/sectools from 1.1.8 to 1.2.1 Bumps [github.com/hyp3rd/sectools](https://github.com/hyp3rd/sectools) from 1.1.8 to 1.2.1. - [Release notes](https://github.com/hyp3rd/sectools/releases) - [Commits](https://github.com/hyp3rd/sectools/compare/v1.1.8...v1.2.1) --- updated-dependencies: - dependency-name: github.com/hyp3rd/sectools dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 40f4e9f..aecaef0 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/goccy/go-json v0.10.5 github.com/gofiber/fiber/v3 v3.0.0-rc.3 github.com/hyp3rd/ewrap v1.3.7 - github.com/hyp3rd/sectools v1.1.8 + github.com/hyp3rd/sectools v1.2.1 github.com/longbridgeapp/assert v1.1.0 github.com/redis/go-redis/v9 v9.17.2 github.com/shamaton/msgpack/v2 v2.4.0 diff --git a/go.sum b/go.sum index 0462c66..2339935 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,8 @@ 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/hyp3rd/ewrap v1.3.7 h1:3uS7osww2dHI/08/rihGdtEzaSSgdtH4l9HubtMe6Io= github.com/hyp3rd/ewrap v1.3.7/go.mod h1:9IhBgb6LhJDrgVNdx4vZ9SIw6eXxiopjZb2HvbG8pgA= -github.com/hyp3rd/sectools v1.1.8 h1:vEvFgbLpJVNWBplG9OY9qEmb3YcgclQa5gjTAPAVZtk= -github.com/hyp3rd/sectools v1.1.8/go.mod h1:X/dleVAKQjFYQykBOH6q/F4N8HBmGVa7bQ2XEiNiEtE= +github.com/hyp3rd/sectools v1.2.1 h1:2TzDnRzNT51pIH35i0z5Tm9XZ+JaMIjVhTPH9TNzJLY= +github.com/hyp3rd/sectools v1.2.1/go.mod h1:5+9dMPPsvtgkL4VM5pTVs725Qk9gsArR2e7ipcWJ2fM= github.com/klauspost/compress v1.18.3 h1:9PJRvfbmTabkOX8moIpXPbMMbYN60bWImDDU7L+/6zw= github.com/klauspost/compress v1.18.3/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4= github.com/longbridgeapp/assert v1.1.0 h1:L+/HISOhuGbNAAmJNXgk3+Tm5QmSB70kwdktJXgjL+I=