diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-04 18:51:41 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-12-04 10:51:51 -0800 |
| commit | fd6de32b532df7c37d23adeaec9d566aa5a1d573 (patch) | |
| tree | b08d2d42bc50da427dabe0e3d514d5427ebcaede /go.mod | |
| parent | 31ca7bacea445284949172c23b9a30f85a2d2185 (diff) | |
| download | seaweedfs-fd6de32b532df7c37d23adeaec9d566aa5a1d573.tar.xz seaweedfs-fd6de32b532df7c37d23adeaec9d566aa5a1d573.zip | |
Bump golang.org/x/tools from 0.14.0 to 0.16.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.14.0...v0.16.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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -110,14 +110,14 @@ require ( gocloud.dev v0.34.0 gocloud.dev/pubsub/natspubsub v0.34.0 gocloud.dev/pubsub/rabbitpubsub v0.34.0 - golang.org/x/crypto v0.14.0 // indirect + golang.org/x/crypto v0.16.0 // indirect golang.org/x/exp v0.0.0-20230905200255-921286631fa9 golang.org/x/image v0.12.0 - golang.org/x/net v0.17.0 + golang.org/x/net v0.19.0 golang.org/x/oauth2 v0.13.0 // indirect golang.org/x/sys v0.15.0 - golang.org/x/text v0.13.0 // indirect - golang.org/x/tools v0.14.0 + golang.org/x/text v0.14.0 // indirect + golang.org/x/tools v0.16.0 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/api v0.150.0 google.golang.org/appengine v1.6.7 // indirect @@ -321,9 +321,9 @@ require ( go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/mod v0.13.0 // indirect + golang.org/x/mod v0.14.0 // indirect golang.org/x/sync v0.5.0 // indirect - golang.org/x/term v0.14.0 // indirect + golang.org/x/term v0.15.0 // indirect golang.org/x/time v0.3.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect |
