diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 17:13:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 17:13:52 -0400 |
commit | 48710b97938959f2bffe0cea123feb32ace6513b (patch) | |
tree | ce1f4e9fec9306296eacbb11e70022d7f54e40c8 /go.mod | |
parent | 069f1ed9a4651dd2598a513d94278a400a04e5a7 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |