client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

docs: Add guidance on adding new indirect/direct imports.

Open bwplotka opened this issue 3 months ago • 0 comments

As per https://cloud-native.slack.com/archives/C01AUBA4PFE/p1762272462094259?thread_ts=1762169496.875849&cid=C01AUBA4PFE there is a lot to understand when it comes to adding new dependencies to client_golang (any stable, highly adopted lib).

Things to cover:

  • Vendoring vs new dep
  • Using unstable dep
  • Topic of indirect deps
  • Deps in tests & examples vs prod code

bwplotka avatar Nov 04 '25 16:11 bwplotka