aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-28 04:44:27 +0000
committerGitHub <noreply@github.com>2020-10-28 04:44:27 +0000
commitc4872e5b333ee0ac28d6c85cb0806923ad715bb5 (patch)
tree341162e0b6d353bb1403c5fd5ae6610cf27b2e2f /go.mod
parent86faedc966ed02507b98b28010bb6c85e0ecb55f (diff)
downloadgit-bug-c4872e5b333ee0ac28d6c85cb0806923ad715bb5.tar.gz
build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 da39764e..aa1e97e9 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
- golang.org/x/text v0.3.3
+ golang.org/x/text v0.3.4
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/appengine v1.6.7 // indirect
)