aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-10 23:49:08 +0200
committerGitHub <noreply@github.com>2023-08-10 23:49:08 +0200
commitd69d530da2c8a738ee54b21ad7481b566cb51d36 (patch)
treee4a6058f11a15e6191c1d4e841150a59b5ba856e /go.mod
parentc952b30c45a441adb41e50674cdcb7428fa331f7 (diff)
parent32b634fb399c48673f71ab0c240be74efde86103 (diff)
downloadgit-bug-d69d530da2c8a738ee54b21ad7481b566cb51d36.tar.gz
Merge pull request #1085 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.12.0
build(deps): bump golang.org/x/text from 0.9.0 to 0.12.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 cd8d0695..0f9a6e55 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.8.0
- golang.org/x/text v0.9.0
+ golang.org/x/text v0.12.0
)
// https://github.com/go-git/go-git/pull/659