Browse Source

fix(deps): exclude old genproto versions to prevent ambiguous import in downstreams

pull/162/head
Moroka8 4 weeks ago
parent
commit
4c6ee8a9a8
  1. 5
      go.mod

5
go.mod

@ -49,3 +49,8 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
google.golang.org/grpc v1.80.0 // indirect
)
exclude (
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
)

Loading…
Cancel
Save