aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-05 17:31:44 +0000
committerGitHub <noreply@github.com>2024-06-05 17:31:44 +0000
commit805ba8ce1a5783f82c4ecd064d86432f2c6d5336 (patch)
tree1b532eb68de6cc3c111dfcca67266ead17f6eed5 /go.mod
parent99c97a1a7784f41bafc6f2e5bf0fe76b2dbdc2f8 (diff)
downloadgo-git-805ba8ce1a5783f82c4ecd064d86432f2c6d5336.tar.gz
build: bump golang.org/x/text from 0.15.0 to 0.16.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.15.0...v0.16.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.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index e02c887..2072e33 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
golang.org/x/crypto v0.23.0
golang.org/x/net v0.25.0
golang.org/x/sys v0.21.0
- golang.org/x/text v0.15.0
+ golang.org/x/text v0.16.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
@@ -39,8 +39,9 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
- golang.org/x/mod v0.12.0 // indirect
- golang.org/x/tools v0.13.0 // indirect
+ golang.org/x/mod v0.17.0 // indirect
+ golang.org/x/sync v0.7.0 // indirect
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)