Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-14 14:59:37 +0300
committerGitHub <noreply@github.com>2024-05-14 14:59:37 +0300
commit0fb4094fe6032606b7cd99d89f16f3f1ad403629 (patch)
treed38188f203f3185ef6774babd7184844b2b8e1e4 /go.mod
parentd9254fec0312cdfc7ca502e32a4b2f9a2b391a34 (diff)
Bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0 (#2258)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 062eab90..f5899d39 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/pelletier/go-toml/v2 v2.2.2
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil/v3 v3.24.4
- github.com/valyala/fasthttp v1.52.0
+ github.com/valyala/fasthttp v1.53.0
github.com/xtls/xray-core v1.8.11
go.uber.org/atomic v1.11.0
golang.org/x/text v0.15.0