-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore modules at existing import paths #2480
Conversation
This change is part of the following stack: Change managed by git-spice. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2480 +/- ##
=======================================
Coverage 61.76% 61.77%
=======================================
Files 380 380
Lines 51263 51263
=======================================
+ Hits 31664 31667 +3
+ Misses 17784 17780 -4
- Partials 1815 1816 +1 ☔ View full report in Codecov by Sentry. |
This removes three unnecessary modules: * pf/go.mod * x/muxer/go.mod * testing/go.mod And three unnecessary test modules: * pf/tests/go.mod * pkg/tests/go.mod * x/muxer/tests/go.mod This is intended to be merged with #2477 and #2480, which combine to make this a no-op for existing consumers. Refs #1445.
30a5e57
to
ca606fb
Compare
ca606fb
to
e21b7d5
Compare
This PR has been shipped in release v3.93.0. |
This PR has been shipped in release v3.93.1. |
This restores
pf
,x/muxer
andtesting
modules, with aliases pointing tothe main module. This should allow existing imports to continue working,
although they are now marked deprecated.