diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-19 10:33:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-19 10:33:18 -0700 |
| commit | f97e663f0db379923057171a150720ce300886c3 (patch) | |
| tree | 166635e48a2b2d6ce83a8f569e637e489d23a9c1 /go.mod | |
| parent | 656283519bad28f393adc8ad136e5db2d2e5e32f (diff) | |
| download | seaweedfs-f97e663f0db379923057171a150720ce300886c3.tar.xz seaweedfs-f97e663f0db379923057171a150720ce300886c3.zip | |
Bump golang.org/x/tools from 0.9.1 to 0.10.0 (#4596)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -119,7 +119,7 @@ require ( golang.org/x/oauth2 v0.8.0 // indirect golang.org/x/sys v0.9.0 golang.org/x/text v0.10.0 // indirect - golang.org/x/tools v0.9.1 + golang.org/x/tools v0.10.0 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/api v0.126.0 google.golang.org/appengine v1.6.7 // indirect @@ -294,8 +294,8 @@ require ( go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.9.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/mod v0.10.0 // indirect - golang.org/x/sync v0.2.0 // indirect + golang.org/x/mod v0.11.0 // indirect + golang.org/x/sync v0.3.0 // indirect golang.org/x/term v0.9.0 // indirect golang.org/x/time v0.3.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect |
