Bump golang.org/x/tools from 0.28.0 to 0.33.0 (#98)
Some checks failed
coverage / build (push) Failing after 46s
test / test (push) Successful in 3m33s

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.33.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.33.0
  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>
This commit is contained in:
dependabot[bot]
2025-05-08 11:55:06 +03:00
committed by Vasiliy Tolstov
parent 8bd8adbd27
commit 28257eac2e
2 changed files with 14 additions and 15 deletions

9
go.mod
View File

@@ -1,15 +1,14 @@
module go.unistack.org/protoc-gen-go-micro/v4
go 1.22.0
toolchain go1.23.4
toolchain go1.24.1
require (
github.com/fatih/structtag v1.2.0
github.com/jhump/protoreflect v1.17.0
github.com/vektah/gqlparser/v2 v2.5.27
go.unistack.org/micro-proto/v4 v4.1.0
golang.org/x/tools v0.28.0
golang.org/x/tools v0.33.0
google.golang.org/protobuf v1.35.2
)
@@ -22,8 +21,8 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/grpc v1.68.1 // indirect