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-06 14:18:35 +0300
committerGitHub <noreply@github.com>2024-05-06 14:18:35 +0300
commit93a865f010ffbaa1da503ed289742c65bbc834f9 (patch)
tree9b371f27ce638797995039a6ef66c74a7e8d9e45 /go.mod
parent01a3a7b8626556f7218ede6faadf1b82b1d4f2d2 (diff)
Bump golang.org/x/text from 0.14.0 to 0.15.0 (#2246)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.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 dc6c6989..51d6d686 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/valyala/fasthttp v1.52.0
github.com/xtls/xray-core v1.8.11
go.uber.org/atomic v1.11.0
- golang.org/x/text v0.14.0
+ golang.org/x/text v0.15.0
google.golang.org/grpc v1.63.2
gorm.io/driver/sqlite v1.5.5
gorm.io/gorm v1.25.10