aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 17:13:52 -0400
committerGitHub <noreply@github.com>2023-09-04 17:13:52 -0400
commit48710b97938959f2bffe0cea123feb32ace6513b (patch)
treece1f4e9fec9306296eacbb11e70022d7f54e40c8 /go.mod
parent069f1ed9a4651dd2598a513d94278a400a04e5a7 (diff)
mod: bump golang.org/x/text from 0.12.0 to 0.13.0 (#7544)
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 64dae793..293745e8 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
github.com/urfave/cli v1.22.14
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0
- golang.org/x/text v0.12.0
+ golang.org/x/text v0.13.0
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.67.0