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>2023-11-07 10:35:40 +0300
committerGitHub <noreply@github.com>2023-11-07 10:35:40 +0300
commit0aa146381bfb3052ccf18e914de79d5292039d39 (patch)
treebb3cf6d677330332b7a658ec1f0c6384df2cfa9a /go.mod
parent6f09e548c75a3f16f0b4e81a5600907c752c013e (diff)
Bump golang.org/x/text from 0.13.0 to 0.14.0 (#1198)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/text 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 6fb0b3c4..87bee68e 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/shirou/gopsutil/v3 v3.23.10
github.com/xtls/xray-core v1.8.4
go.uber.org/atomic v1.11.0
- golang.org/x/text v0.13.0
+ golang.org/x/text v0.14.0
google.golang.org/grpc v1.59.0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5