From 2e300ac944f101f194565fa3e9371bfb6ffb3496 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 13:28:02 +0000
Subject: [PATCH] Bump github.com/valyala/fasthttp from 1.33.0 to 1.58.0

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.33.0 to 1.58.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.33.0...v1.58.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 go.mod | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index b5e6704..d4c5267 100644
--- a/go.mod
+++ b/go.mod
@@ -18,9 +18,6 @@ require (
 	github.com/gofiber/fiber/v2 v2.27.0
 	github.com/hart87/GoFlake v0.0.0-20210517135841-c95a47da3eb9
 	github.com/hart87/goflake v0.0.0-20210517135841-c95a47da3eb9 // indirect
-	github.com/hashicorp/consul/api v1.12.0 // indirect
-	github.com/hashicorp/vault/api v1.3.1 // indirect
-	github.com/heetch/confita v0.10.0 // indirect
 	github.com/kelindar/binary v1.0.17
 	github.com/mattn/go-zglob v0.0.3
 	github.com/mitchellh/mapstructure v1.4.2
@@ -30,9 +27,9 @@ require (
 	github.com/stretchr/testify v1.7.0
 	github.com/tidwall/gjson v1.14.0
 	github.com/tidwall/sjson v1.2.4
-	github.com/valyala/fasthttp v1.33.0
-	golang.org/x/mod v0.5.1
-	golang.org/x/text v0.3.7
+	github.com/valyala/fasthttp v1.58.0
+	golang.org/x/mod v0.17.0
+	golang.org/x/text v0.20.0
 	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
 	gorm.io/driver/mysql v1.2.3
 	gorm.io/driver/postgres v1.2.3