diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-13 09:34:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 09:34:27 -0800 |
| commit | 292e98cc22221974a2f39f38d9cf09c274baeef1 (patch) | |
| tree | 0948ae5d0dfbbec0ca98743a74bfe80b1bed0298 /go.mod | |
| parent | 5869945f16d1f9c0e5df9b468b610d1380c353d7 (diff) | |
| download | seaweedfs-292e98cc22221974a2f39f38d9cf09c274baeef1.tar.xz seaweedfs-292e98cc22221974a2f39f38d9cf09c274baeef1.zip | |
build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 (#4199)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.5.0...v0.6.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.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -114,11 +114,11 @@ require ( golang.org/x/crypto v0.3.0 // indirect golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/image v0.0.0-20200119044424-58c23975cae1 - golang.org/x/net v0.5.0 + golang.org/x/net v0.6.0 golang.org/x/oauth2 v0.2.0 // indirect - golang.org/x/sys v0.4.0 - golang.org/x/text v0.6.0 // indirect - golang.org/x/tools v0.5.0 + golang.org/x/sys v0.5.0 + golang.org/x/text v0.7.0 // indirect + golang.org/x/tools v0.6.0 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/api v0.108.0 google.golang.org/appengine v1.6.7 // indirect @@ -212,7 +212,6 @@ require ( github.com/pingcap/kvproto v0.0.0-20230201112839-2b853bed8125 // indirect github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3 // indirect github.com/rivo/uniseg v0.4.3 // indirect - github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stathat/consistent v1.0.0 // indirect github.com/subosito/gotenv v1.4.2 // indirect @@ -231,9 +230,9 @@ require ( go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/mod v0.7.0 // indirect + golang.org/x/mod v0.8.0 // indirect golang.org/x/sync v0.1.0 // indirect - golang.org/x/term v0.4.0 // indirect + golang.org/x/term v0.5.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
