aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-10 21:42:59 +0000
committerGitHub <noreply@github.com>2023-08-10 21:42:59 +0000
commit32b634fb399c48673f71ab0c240be74efde86103 (patch)
tree7d54a34924c7362d1e8471379139a3c472eb4547 /go.mod
parentadd55c97dcf3f0e6dfb6bedf5529b1d9976d5785 (diff)
downloadgit-bug-32b634fb399c48673f71ab0c240be74efde86103.tar.gz
build(deps): bump golang.org/x/text from 0.9.0 to 0.12.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.9.0 to 0.12.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.9.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 b1e1f718..d39acb70 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