aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-18 04:06:56 +0000
committerGitHub <noreply@github.com>2022-10-18 04:06:56 +0000
commit879b905e18971aa4fea77ddd25a0806bf25c3a06 (patch)
tree329f8e01d0c160334f6d435f19f6a75f855d55ec /go.mod
parent0eef93917d1c3b1f6e346ab272a51340acafe21a (diff)
downloadgit-bug-879b905e18971aa4fea77ddd25a0806bf25c3a06.tar.gz
build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.4.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 ee34c4a1..7560df53 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/text v0.3.7
+ golang.org/x/text v0.4.0
)
require (