aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-01-05 15:29:33 +0100
committerGitHub <noreply@github.com>2023-01-05 15:29:33 +0100
commit87ceccb054538b7e63f8bf0cc98e1b42a2be14f5 (patch)
treee7b7e2ff580d8f39219bd7cacca1ec12e750f790 /go.mod
parentb1253bd238714233cdaa6db34105b23bace4c08d (diff)
parent6e6ae6a1df92a106257e9f0fd5eb6a4ef4cda507 (diff)
downloadgit-bug-87ceccb054538b7e63f8bf0cc98e1b42a2be14f5.tar.gz
Merge pull request #980 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.6.0
build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0
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 0662c77a..8a7d92fb 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
- golang.org/x/text v0.5.0
+ golang.org/x/text v0.6.0
)
require (