You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of reasons why the current structure of this repository is not the best:
Even if I want to use one package from this module, Go will install everything listed in go.mod
[email protected] broke backwards compatibility with this module. If I update the lowest required version in go.mod to v0.11.0 to fix the code in this module, I will have to do that for all components, otherwise the others would stop working.
Therefore I suggest splitting this repository into smaller modules. I'd be happy to upgrade the opencensus integration to v0.11.0
The text was updated successfully, but these errors were encountered:
There are a number of reasons why the current structure of this repository is not the best:
go.mod
go.mod
to v0.11.0 to fix the code in this module, I will have to do that for all components, otherwise the others would stop working.Therefore I suggest splitting this repository into smaller modules. I'd be happy to upgrade the opencensus integration to v0.11.0
The text was updated successfully, but these errors were encountered: