Update go deps (major) - #834
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Comment on lines
+19
to
+20
| github.com/ory/dockertest/v4 v4.0.0 | ||
| github.com/pion/rtp/v2 v2.0.0 |
There was a problem hiding this comment.
🟡 Major upgrades never reach consumers
Declaring dockertest/v4 and rtp/v2 leaves every consumer on the old module paths. RTP handling remains on version 1, while integration tests still require dockertest/v3.
Prompt for agents
Complete both major-version migrations. Update all github.com/pion/rtp imports in pkg/media/rtpconn/conn.go, pkg/sip/media.go, and pkg/sip/media_pipeline_test.go to github.com/pion/rtp/v2, adapting API changes as needed. Update all github.com/ory/dockertest/v3 imports under test/integration to github.com/ory/dockertest/v4, including the docker subpackage, and adapt the v4 API. Then regenerate go.mod and go.sum so the old modules are removed and the new modules are actually selected.
Was this helpful? React with 👍 or 👎 to provide feedback.
Generated by renovateBot
renovate
Bot
force-pushed
the
renovate/major-go-deps
branch
from
September 7, 2026 19:09
a562921 to
da8898a
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20180508042940-11479a337f12→v1.0.0v3.12.0→v4.0.0v1.10.5→v2.0.0Release Notes
ory/dockertest (github.com/ory/dockertest/v3)
v4.0.0Compare Source
What's Changed
New Contributors
Full Changelog: ory/dockertest@v3.12.0...v4.0.0
pion/rtp (github.com/pion/rtp)
v2.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.