index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
go.mod
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
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