Skip to content

fix(deps): update go deps #365

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update go deps #365

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/pion/rtp v1.8.15 -> v1.8.20 age adoption passing confidence require patch
github.com/pion/sdp/v3 v3.0.11 -> v3.0.14 age adoption passing confidence require patch
github.com/pion/webrtc/v4 v4.1.1 -> v4.1.3 age adoption passing confidence require patch
go (source) 1.24.3 -> 1.24.4 age adoption passing confidence toolchain patch
golang.org/x/exp ce4c2cf -> b7579e2 age adoption passing confidence require digest

Release Notes

pion/rtp (github.com/pion/rtp)

v1.8.20

Compare Source

Changelog

  • 62819f5 Return packaging bytes for h265 unmarshal
  • 0c03bf4 Update CI configs to v0.11.20
  • 67e8dbb Replace interface{} with any

v1.8.19

Compare Source

Changelog

  • 08c9439 Remove workaround from packetizer.GeneratePadding

v1.8.18

Compare Source

Changelog

  • be6ccef Updated Header Extension Profile constants

v1.8.17

Compare Source

Changelog

  • 6469fef Added HeaderAndPacketMarshalSize

v1.8.16

Compare Source

Changelog

  • 24a0ea8 Moved PaddingSize field from Packet to Header
pion/sdp (github.com/pion/sdp/v3)

v3.0.14

Compare Source

Changelog

v3.0.13

Compare Source

Changelog

  • 0327184 Revert "Error on conflicting codec values"

v3.0.12

Compare Source

Changelog

  • 366829b Add FEC-FR semantic token
  • 5b610d0 Update CI configs to v0.11.19
  • 2ed82a4 Remove ic2 from ice-options
  • f0c4982 Revert invalid port message, fix test
  • 1ef6a1f Fix parse port range (#​205)
  • 04eeb63 Add tests for jsep
  • fb5eb14 Add ice trickle support
  • c395deb Update social media links, move to discord
  • 635d777 Update lint rules, force testify/assert for tests
  • b9f3962 Fix go reference link
  • b31edd8 Enforce testify/assert for tests
pion/webrtc (github.com/pion/webrtc/v4)

v4.1.3

Compare Source

Changelog

  • 4c1af4c H265 reader & writer
  • e602e15 Update module github.com/pion/rtp to v1.8.20
  • 4f67c90 Replace custom atomicBool with sync/atomic.Bool
  • 887f5c6 Add sender receiver report
  • d3151fe Update module github.com/pion/logging to v0.2.4
  • 9b1ca73 Update dependency @​roamhq/wrtc to ^0.9.0
  • 6874548 Update CI configs to v0.11.20
  • 22dd7b7 Replace interface{} with any
  • f94e1be Update module github.com/pion/sdp/v3 to v3.0.14
  • 86e4719 Update module github.com/pion/srtp/v3 to v3.0.6
  • ddae46a Update module github.com/pion/rtp to v1.8.19

v4.1.2

Compare Source

Changelog

  • f5d98ce Updated Test_TrackLocalStatic_Padding test
  • 6f6038b Update module github.com/pion/interceptor to v0.1.40
  • 0bc9505 Copy PaddingSize from rtp.Packet to Header
  • 0b0f4ab Update module github.com/pion/srtp/v3 to v3.0.5
  • 7a46744 Fixed flake in TestPeerConnection_Media_Sample
  • 5fbbb6c Update module github.com/pion/interceptor to v0.1.39
  • 904bd78 Update module github.com/pion/rtp to v1.8.18
  • 27989a3 Update module github.com/pion/rtp to v1.8.17
  • dc29db1 Update module github.com/pion/rtp to v1.8.16
  • 4742d1f Fix trackDetailsFromSDP not handling fec ssrc
  • e68ce42 Add TestConfigureFlexFEC03_FECParameters
  • 08d015e ConfigureFlexFEC03 helper and fec example
  • ca48a0d Update module github.com/pion/interceptor to v0.1.38
  • cc3498c Update module github.com/pion/sdp/v3 to v3.0.13
  • 716beb5 Use space after WMS. Fixes #​3128
  • 7c5d163 Update module github.com/pion/sdp/v3 to v3.0.12
  • e606604 Set correct description for error
golang/go (go)

v1.24.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 19, 2025 10:02
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 547b647 to 1b46580 Compare May 20, 2025 12:13
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v4 to v4.1.1 Update go deps May 20, 2025
@renovate renovate bot force-pushed the renovate/go-deps branch from 1b46580 to c122d47 Compare May 23, 2025 03:05
@renovate renovate bot force-pushed the renovate/go-deps branch 4 times, most recently from 57a6b66 to a16e9b4 Compare June 2, 2025 06:09
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 23b1b59 to 5506979 Compare June 6, 2025 22:57
Copy link
Contributor Author

renovate bot commented Jun 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/pion/interceptor v0.1.37 -> v0.1.40
github.com/pion/logging v0.2.3 -> v0.2.4
github.com/pion/srtp/v3 v3.0.4 -> v3.0.6
golang.org/x/sync v0.14.0 -> v0.15.0

@renovate renovate bot force-pushed the renovate/go-deps branch from 5506979 to 369930a Compare June 9, 2025 05:46
@renovate renovate bot changed the title Update go deps fix(deps): update go deps Jun 10, 2025
@renovate renovate bot force-pushed the renovate/go-deps branch 4 times, most recently from bfff7dc to c516763 Compare June 14, 2025 12:42
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 86a55eb to 8d30233 Compare June 23, 2025 08:13
@renovate renovate bot force-pushed the renovate/go-deps branch from 8d30233 to c3c7fb8 Compare June 30, 2025 07:09
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/go-deps branch from c3c7fb8 to c1c4787 Compare July 1, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant