summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 10:16:06 +0100
committerLibravatar GitHub <noreply@github.com>2023-09-04 10:16:06 +0100
commitddd3c2e44b7a2ac011d81ca1888bdc61d25b010d (patch)
tree41eda7cbeecf3afd931358f9a09f05c9237afba0 /go.mod
parent[bugfix] move SQLite pragmas into connection string (#2171) (diff)
downloadgotosocial-ddd3c2e44b7a2ac011d81ca1888bdc61d25b010d.tar.xz
[chore]: Bump golang.org/x/text from 0.12.0 to 0.13.0 (#2177)
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 249f15e4c..1d40ed668 100644
--- a/go.mod
+++ b/go.mod
@@ -64,7 +64,7 @@ require (
golang.org/x/image v0.11.0
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.11.0
- golang.org/x/text v0.12.0
+ golang.org/x/text v0.13.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.25.0