summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-10-11 19:01:07 +0000
committerGitHub <noreply@github.com>2022-10-11 20:01:07 +0100
commit5ba23066ff45c9a405b67681a3dd8c5fd5eb1599 (patch)
treed6f80aa50c82543309d33a80dbe2bac007bd5471 /go.mod
parenta99074b2679ba00a67b71dfdb4b07d0fab08b82a (diff)
downloadgitea-5ba23066ff45c9a405b67681a3dd8c5fd5eb1599.tar.gz
gitea-5ba23066ff45c9a405b67681a3dd8c5fd5eb1599.zip
Bump `golang.org/x/text` (#21412)
- Update the `golang.org/x/text` dependency, this fixes [a security issue](https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ).
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 2ddf6f2ff3..5bafaf4142 100644
--- a/go.mod
+++ b/go.mod
@@ -98,7 +98,7 @@ require (
golang.org/x/net v0.0.0-20220927171203-f486391704dc
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
- golang.org/x/text v0.3.7
+ golang.org/x/text v0.3.8
golang.org/x/tools v0.1.12
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.67.0