aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-07 09:29:34 -0400
committerGitHub <noreply@github.com>2023-08-07 09:29:34 -0400
commit738ac3c03b61b5cf6e521919e1602f9dc31c1249 (patch)
tree816cfa23447fda82faeeb82ad3dffa2c33f4d40c /go.mod
parent7a0a07628db1f4d48efd9e527c1918cdaa9733ab (diff)
mod: bump golang.org/x/text from 0.11.0 to 0.12.0 (#7519)
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 900aba5c..d4fc22ba 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
github.com/urfave/cli v1.22.14
golang.org/x/crypto v0.11.0
golang.org/x/net v0.12.0
- golang.org/x/text v0.11.0
+ golang.org/x/text v0.12.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