aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-06 16:49:10 +0200
committerGitHub <noreply@github.com>2021-09-06 16:49:10 +0200
commitf74e870f23ccb5406917ab65c12595733d67c9a9 (patch)
treefbfb5b66a94c3baf9bb9e179402ed4e87d892d0e /go.mod
parenta763d9fa2ed8328c01b38500872d6b05ef175b40 (diff)
downloadgit-bug-f74e870f23ccb5406917ab65c12595733d67c9a9.tar.gz
Bump golang.org/x/text from 0.3.6 to 0.3.7 (#702)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 db4d0b34..41ce7570 100644
--- a/go.mod
+++ b/go.mod
@@ -33,6 +33,6 @@ require (
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
- golang.org/x/text v0.3.6
+ golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
)