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-03-06 13:19:18 +0300
committerGitHub <noreply@github.com>2023-03-06 13:19:18 +0300
commita2cd6a534f8fec9f4f8bcf69a5ef7c3f80e3884a (patch)
tree6757e52bd657ccb54ca0be5a28dd6e37806539b9 /go.mod
parentf0de1e5a62d0947d7ff39e36398c3ba0017da7e0 (diff)
Bump golang.org/x/text from 0.7.0 to 0.8.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.7.0...v0.8.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>
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 5503356e..13bff638 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/shirou/gopsutil/v3 v3.23.2
github.com/xtls/xray-core v1.7.5
go.uber.org/atomic v1.10.0
- golang.org/x/text v0.7.0
+ golang.org/x/text v0.8.0
google.golang.org/grpc v1.53.0
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.24.5