summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-09 11:00:25 +0100
committerLibravatar GitHub <noreply@github.com>2024-12-09 11:00:25 +0100
commita4e82cb7ccefeb72d361f4b9312274163f272cb3 (patch)
tree5120f8fd7a86c18eb67970a380cddef24d45a6ce /go.mod
parent[feature] Allow partial-word hashtags using non-breaking spaces (#3606) (diff)
downloadgotosocial-a4e82cb7ccefeb72d361f4b9312274163f272cb3.tar.xz
[chore]: Bump golang.org/x/text from 0.20.0 to 0.21.0 (#3611)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.21.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6b81958e7..d332aeff7 100644
--- a/go.mod
+++ b/go.mod
@@ -95,7 +95,7 @@ require (
golang.org/x/image v0.22.0
golang.org/x/net v0.31.0
golang.org/x/oauth2 v0.24.0
- golang.org/x/text v0.20.0
+ golang.org/x/text v0.21.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v0.0.0-00010101000000-000000000000
@@ -234,7 +234,7 @@ require (
golang.org/x/arch v0.8.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.18.0 // indirect
- golang.org/x/sync v0.9.0 // indirect
+ golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect