diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-10-11 19:01:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 20:01:07 +0100 |
commit | 5ba23066ff45c9a405b67681a3dd8c5fd5eb1599 (patch) | |
tree | d6f80aa50c82543309d33a80dbe2bac007bd5471 /go.mod | |
parent | a99074b2679ba00a67b71dfdb4b07d0fab08b82a (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |