aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-07 10:44:40 +0000
committerGitHub <noreply@github.com>2025-02-07 10:44:40 +0000
commit37d37a8e387872b63249baaefdb42bb512474a60 (patch)
tree7c9fa89f4e9c7cf887a20e81a9789978b1ebc481 /go.mod
parent743a1a63b1a583de24fed14eea62f6685bea1244 (diff)
downloadx-37d37a8e387872b63249baaefdb42bb512474a60.tar.xz
x-37d37a8e387872b63249baaefdb42bb512474a60.zip
build(deps): bump golang.org/x/tools from 0.24.0 to 0.29.0 (#673)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 01f4cf1..a90943c 100644
--- a/go.mod
+++ b/go.mod
@@ -260,11 +260,11 @@ require (
github.com/sendgrid/rest v2.6.9+incompatible // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/image v0.23.0
- golang.org/x/mod v0.20.0 // indirect
+ golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.34.0
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0
- golang.org/x/tools v0.24.0
+ golang.org/x/tools v0.29.0
google.golang.org/protobuf v1.36.4
)