From d7232d7783dcd0bdcd5b9e5666bef7afca79cc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:30:34 +0000 Subject: [PATCH] chore(deps): bump github.com/hyp3rd/sectools from 1.1.7 to 1.1.8 Bumps [github.com/hyp3rd/sectools](https://github.com/hyp3rd/sectools) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/hyp3rd/sectools/releases) - [Commits](https://github.com/hyp3rd/sectools/compare/v1.1.7...v1.1.8) --- updated-dependencies: - dependency-name: github.com/hyp3rd/sectools dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7e67382..40f4e9f 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.7 + github.com/hyp3rd/sectools v1.1.8 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 bd54b84..0462c66 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.7 h1:K19cHdyzJk89oJ3lxxZU7r+9Gn0J61El7vBvySn+WqE= -github.com/hyp3rd/sectools v1.1.7/go.mod h1:wvgPFv52qssfXEx07FUHSmLRpG1fSaeffdwEbRE0PV8= +github.com/hyp3rd/sectools v1.1.8 h1:vEvFgbLpJVNWBplG9OY9qEmb3YcgclQa5gjTAPAVZtk= +github.com/hyp3rd/sectools v1.1.8/go.mod h1:X/dleVAKQjFYQykBOH6q/F4N8HBmGVa7bQ2XEiNiEtE= 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=