Skip to content

Update go deps#838

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-deps
Open

Update go deps#838
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-deps

Conversation

@renovate

@renovate renovate Bot commented Jan 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/smithy-go v1.27.1v1.27.4 age confidence require patch
github.com/chromedp/cdproto 5737772dc23398 age confidence require digest
github.com/chromedp/chromedp v0.15.1v0.16.0 age confidence require minor
github.com/go-gst/go-glib v1.4.1-0.20250303082535-35ebad1471fdv1.4.1 age confidence require patch
github.com/go-gst/go-gst v1.4.0v1.4.1 age confidence require patch
github.com/livekit/livekit-server v1.12.1-0.20260606150610-6590570d7c6bv1.13.4 age confidence require minor
github.com/livekit/media-sdk 4c11a51b9ae943 age confidence require digest
github.com/livekit/mediatransportutil 862d4a7a3417d3 age confidence require digest
github.com/livekit/protocol v1.48.1-0.20260624204523-bd5703442db6v1.50.0 age confidence require minor
github.com/livekit/server-sdk-go/v2 v2.16.7-0.20260625120102-b6d1838861e7v2.18.1 age confidence require minor
github.com/pion/rtp v1.10.2v1.10.4 age confidence require patch
github.com/pion/webrtc/v4 v4.2.14v4.2.17 age confidence require patch
github.com/prometheus/common v0.68.1v0.70.0 age confidence require minor
github.com/urfave/cli/v3 v3.9.0v3.10.1 age confidence require minor
google.golang.org/grpc v1.81.1v1.82.1 age confidence require minor

Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.27.4

Compare Source

v1.27.3

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

v1.27.2

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.
chromedp/chromedp (github.com/chromedp/chromedp)

v0.16.0

Compare Source

go-gst/go-glib (github.com/go-gst/go-glib)

v1.4.1: Version retraction

Compare Source

golang version retraction only

go-gst/go-gst (github.com/go-gst/go-gst)

v1.4.1: Go Version retraction

Compare Source

livekit/livekit-server (github.com/livekit/livekit-server)

v1.13.4

Compare Source

Added
  • added mocking function for SIP dialing methods (#​4642)
  • Add signal tests to test-server (#​4653)
  • Add option to exclude local IPv6 candidates. (#​4657)
  • Add a method to get forward stats via API method. (#​4664)
  • Add drop-on-close signal test scenario (#​4669)
  • Log soft validation errors. (#​4671)
  • add redaction flag in Job (#​4650)
Changed
  • simpler mock protocol (#​4641)
  • Make IsConnectionCanceled available at LocalParticipant interface. (#​4643)
  • Update actions/checkout action to v7 (#​4646)
  • Update protocol. (#​4648)
  • Export migration to LocalParticipant interface. (#​4652)
  • Record final RTC state as success/failure. (#​4658)
  • Omit rtx/out-of-order packets from forwarding delay measurement. (#​4659)
  • Move ForwardStats aggregation off the packet forwarding path (#​4660)
  • protocol deps to get parallel exec alloc reduction (#​4662)
  • Update pion/ice to deal with hang on close. (#​4672)
  • Add more details to unreliable data channel drop error. (#​4673)
  • Record rtc_success prom as soon as RTC connects. (#​4677)
  • Use proto logger to get named enums in the logs. (#​4679)
  • Propagate spreader threshold to RED receivers. (#​4683)
  • Prefer QDisc.Stats till go-tc addresses QDisc.Stats2 parsing (#​4685)
  • Bump protocol version to fix call to Validate. (#​4686)
Fixed
  • bound data-track buffering under downlink congestion (targetLatency) (#​4667)
  • Guard against nil TC qdisc stats to prevent SIGSEGV (#​4668)
  • Fix goroutine leak from orphaned signal relay streams (#​4674)
  • don't undercount data channel bitrate over idle gaps (#​4676)
  • Fix receiver load balance threshold initialization (#​4678)
  • rtc: guard against nil subscriber in TransportManager.HandleAnswer (#​4680)
  • Potential fix for code scanning alert no. 42: Incorrect conversion between integer types (#​4684)

v1.13.3

Compare Source

Added
  • feat: mock API server for testing server SDKs (#​4627)
  • support auth checks with mock server (#​4629)
  • Data track schema metadata (#​4622)
  • Report average bitrates for whip ingress (#​4634)
Changed
  • Update webrtc to fix interop issue with bundled datachannel (#​4631)
  • Update module github.com/urfave/cli/v3 to v3.10.0 (#​4612)
  • Use camel case log name in DataBlobKey (#​4633)
Fixed
  • Stop WHIP session notifier when participant leaves (#​4637)

v1.13.2

Compare Source

Added
  • Add Prometheus metrics for join latency and peer connection state (#​4574, #​4616)
  • Preserve original expiry when refreshing token (#​4580)
  • Add grants expiry to Auth context (#​4581)
  • Add ability to run pprof on dedicated HTTP server (#​4584)
  • Add API to get latest node stats (#​4589)
  • Enforce subscription permission to data track (#​4588)
  • egress v2 api (#​4592)
  • agent: thread attributes map from dispatch to job (#​4598)
  • Log subscription limit breaches (#​4603)
  • Acquire requested video layer directly at HIGH quality by default (#​4595)
  • Report participant capabilities in ParticipantInfo (#​4606)
  • Add option to force drain rtcService/agentService connections (#​4618)
  • Add support for data blob (a. k. a. async participant attributes) (#​4619)
Changed
  • Update dependencies: pion/sctp, DTLS v3.1.4, protocol (#​4587, #​4601, #​4623)
  • rtc: add RestartSessionTimer to re-anchor participant session duration (#​4566)
  • Record more RTC cancellation points (#​4600)
  • Cap all metadata at 512 KiB; enforce on join, agent dispatch, and embedded agents (#​4602)
  • Tighten up publish latency stat (#​4615)
  • Echo offered audio payload types in single-PC subscriber answer (#​4614)
Fixed
  • Fix skipped packets accounting (#​4604)
  • Do not log due to negative getting interpreted as large unsigned positive (#​4605)
  • Do not call nil callback (#​4607)

v1.13.1

Compare Source

ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of 1.12.0 for details on changes to TURN authentication and permissions handling. It was removed in livekit/livekit#4539.

Added
  • rtc: report participant kind code and details (#​4534)
  • Add IsIntentionalDisconnect (#​4537)
  • rtc: emit per-data-track bytes via BytesTrackStats (#​4540)
  • Start tracking Twirp method request latency in prometheus too, not just in logs (#​4545)
  • Config documentation for advertise_internal_ip and skip_external_ip_validation (#​4552, #​4554, #​4563)
  • Metrics for participant active, i. e. fully established. (#​4557)
  • turn: allow for providing secret via file (#​4564)
  • expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via config (#​4556)
Changed
  • Always enable rtx codec (#​4533)
  • Don't require media sections when joining (#​4535)
  • Use NACKQuueInterface type. (#​4538)
  • Remove backwards compatibility support for TURN auth. (#​4539)
  • telemetry: split webhook-processed hook out of NewTelemetryService (#​4548)
  • rtc: prevent duration reporting for inactive participants (#​4550)
  • rtc: report participant session end time on room move (#​4561)
  • Update mediatransportutil to get ICE candidate timeout config (#​4572)
Fixed
  • Check Less and LessEq in version compare. (#​4532)
  • fix sip error categorization (#​4528)
  • handle nil clientInfo (#​4546, #​4547)
  • Prevent panic from nil(illegal) syncState.Subscriptions message (#​4560)
livekit/protocol (github.com/livekit/protocol)

v1.50.0

Compare Source

v1.49.0

Compare Source

v1.48.2

Compare Source

livekit/server-sdk-go (github.com/livekit/server-sdk-go/v2)

v2.18.1

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

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

v1.10.4

Compare Source

Changelog

  • 2b19d5b Cache SPS/PPS/VPS in H265Payloader
  • 0f341d6 Check data length it RTP ExtHdr handlers

v1.10.3

Compare Source

Changelog

pion/webrtc (github.com/pion/webrtc/v4)

v4.2.17

Compare Source

Changelog

  • 21f6d7a Update module github.com/pion/rtp to v1.10.4
  • d9b2a24 Set the default MTU to 1191
  • be58c65 Update actions/setup-node action to v7
  • a50e685 Update module github.com/pion/ice/v4 to v4.3.0 (#​3474)
  • ebba224 Fix late assert panic in TestInterceptorNack
  • 8ddbe21 Expose ICE use-candidate priority setting (#​3449)
  • 6fbce15 Update module github.com/pion/dtls/v3 to v3.1.5 (#​3469)
  • df4b786 Update module github.com/pion/rtp to v1.10.3 (#​3465)
  • 991f6d3 Update module github.com/pion/rtcp to v1.2.17 (#​3462)
  • 6d4ca74 Update module github.com/pion/turn/v5 to v5.0.12 (#​3464)
  • 6b653c9 Update actions/checkout action to v7
  • 3356241 Add support for non-zero channel mapping

v4.2.16

Compare Source

Changelog

v4.2.15

Compare Source

Changelog

  • a323cae Upgrade dtls to fix compatibility with firefox
  • bb1c684 SNAP: fix renegotiation bug (#​3443)
  • 898d90d Remove redundant lock guarding atomic
prometheus/common (github.com/prometheus/common)

v0.70.0

Compare Source

Enhancements
  • route: add support for the QUERY HTTP method. #​932
Bugfixes
  • config: fix TLSVersion.String() printing a pointer address instead of the numeric version for unknown TLS versions. #​929
Internal

Full Changelog: prometheus/common@v0.69.0...v0.70.0

v0.69.0

Compare Source

Security / behavior changes
  • config: credentials are no longer forwarded across cross-host redirects. When FollowRedirects is enabled, the HTTP client now strips Authorization, Cookie, Proxy-Authorization and other sensitive headers, and skips basic-auth, bearer-token and OAuth2 credentials, when a redirect points to a different host. This aligns with Go's net/http behavior. Callers that relied on credentials being sent to a redirect target on another host will need to target that host directly. #​901 #​920 #​921
  • config: LoadHTTPConfigFile now resolves relative file paths (e.g. *_file credentials, http_headers files) against the config file's own directory instead of its parent directory. Configs that worked around the old behavior by prefixing paths with the config's directory name must drop that prefix. #​925
Bugfixes
  • expfmt: fix nil pointer panic when parsing empty braces {}. #​922
  • model: fix Time.UnmarshalJSON for larger negative numbers. #​918
Performance
  • model: reduce allocations in Time.UnmarshalJSON. #​918
Internal
  • Synchronize common files from prometheus/prometheus. #​917
  • Modernize Go. #​919

Full Changelog: prometheus/common@v0.68.1...v0.69.0

urfave/cli (github.com/urfave/cli/v3)

v3.10.1

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v3.10.0...v3.10.1

v3.10.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.1...v3.10.0

v3.9.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.9.0...v3.9.1

grpc/grpc-go (google.golang.org/grpc)

v1.82.1: Release 1.82.1

Compare Source

Security

  • server: Stop reading from the connection when flooded by HTTP/2 frames. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.

v1.82.0: Release 1.82.0

Compare Source

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#​9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#​9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#​9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#​8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#​8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add the grpc.method label on goroutines spawned to handle incoming requests. (#​9082)

Bug Fixes

  • xds/server: Fix a memory leak of HTTP filter instances occurring when route configurations are updated in-place during a Route Discovery Service (RDS) update. (#​9138)
  • grpc: In the deprecated gzip Compressor (used via the deprecated WithCompressor dial option), enforce the MaxRecvMsgSize limit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#​9114)
  • stats/opentelemetry: Record retry attempts, grpc.previous-rpc-attempts, at the call level and not the attempt level. (#​8923)
  • encoding: Ensure Close() is always called on readers returned from Compressor.Decompress if possible. (#​9135)
  • channelz: Fix the LastMessageSentTimestamp and LastMessageReceivedTimestamp fields in SocketMetrics to ensure they contain correct timestamp values. (#​9109)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on sunday"
  • 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 commented Jan 12, 2025

Copy link
Copy Markdown
Contributor Author

ℹ 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):

  • 59 additional dependencies were updated

Details:

Package Change
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
buf.build/go/protovalidate v1.0.0 -> v1.0.1
cel.dev/expr v0.24.0 -> v0.25.1
cloud.google.com/go v0.121.1 -> v0.123.0
cloud.google.com/go/auth v0.16.2 -> v0.17.0
cloud.google.com/go/compute/metadata v0.7.0 -> v0.9.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 -> v1.30.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.54.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 -> v0.54.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11 -> v1.7.4
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 -> v1.18.15
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 -> v1.4.15
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 -> v2.7.15
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36 -> v1.4.15
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.4 -> v1.9.6
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 -> v1.13.15
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.17 -> v1.19.15
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 -> v1.30.6
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 -> v1.35.11
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 -> v1.41.3
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 -> v0.0.0-20251022180443-0feb69152e9f
github.com/envoyproxy/go-control-plane/envoy v1.32.4 -> v1.35.0
github.com/gammazero/deque v1.1.0 -> v1.2.0
github.com/go-json-experiment/json v0.0.0-20250417205406-170dfdcf87d1 -> v0.0.0-20250725192818-e39067aee2d2
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
github.com/jellydator/ttlcache/v3 v3.3.0 -> v3.4.0
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/livekit/mediatransportutil v0.0.0-20250922175932-f537f0880397 -> v0.0.0-20251204091721-6b6e9a44e81f
github.com/mackerelio/go-osstat v0.2.5 -> v0.2.6
github.com/nats-io/nkeys v0.4.11 -> v0.4.12
github.com/pion/dtls/v3 v3.0.7 -> v3.0.8
github.com/pion/ice/v4 v4.0.10 -> v4.0.13
github.com/pion/interceptor v0.1.41 -> v0.1.42
github.com/pion/mdns/v2 v2.0.7 -> v2.1.0
github.com/pion/rtcp v1.2.15 -> v1.2.16
github.com/pion/sctp v1.8.40 -> v1.8.41
github.com/pion/srtp/v3 v3.0.8 -> v3.0.9
github.com/pion/stun/v3 v3.0.0 -> v3.0.1
github.com/pion/transport/v3 v3.0.8 -> v3.1.1
github.com/pion/turn/v4 v4.1.1 -> v4.1.3
github.com/redis/go-redis/v9 v9.14.0 -> v9.17.2
github.com/spiffe/go-spiffe/v2 v2.5.0 -> v2.6.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 -> v1.38.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 -> v0.63.0
go.opentelemetry.io/otel v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0
golang.org/x/mod v0.29.0 -> v0.30.0
golang.org/x/oauth2 v0.30.0 -> v0.33.0
golang.org/x/time v0.12.0 -> v0.14.0
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 -> v0.0.0-20250922171735-9219d122eba9
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f -> v0.0.0-20251124214823-79d6a2a48846
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f -> v0.0.0-20251124214823-79d6a2a48846

@renovate
renovate Bot requested a review from a team as a code owner January 12, 2025 01:42
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from bdee466 to 8a3c634 Compare January 26, 2025 00:33
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 8a3c634 to d6f323f Compare February 2, 2025 00:32
@renovate
renovate Bot force-pushed the renovate/go-deps branch from d6f323f to 28a5751 Compare February 9, 2025 01:23
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 28a5751 to 81718df Compare February 16, 2025 02:31
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from d838629 to 1a50c3d Compare March 2, 2025 01:40
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 546d093 to 1261c11 Compare March 9, 2025 01:42
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 1261c11 to 12df3d2 Compare March 16, 2025 01:29
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from bcb7ff9 to a797b67 Compare March 30, 2025 01:43
@renovate
renovate Bot force-pushed the renovate/go-deps branch from a797b67 to 3abb5ce Compare April 6, 2025 01:33
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 3abb5ce to f0b9761 Compare April 13, 2025 01:52
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from 708cc8d to fe7affe Compare April 27, 2025 01:30
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from cf24ec6 to 9bcd42e Compare May 11, 2025 02:26
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from 6b98cff to a087076 Compare May 18, 2025 05:26
@renovate
renovate Bot force-pushed the renovate/go-deps branch 3 times, most recently from e4feff8 to 4259537 Compare May 25, 2025 02:51
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from fd7ea13 to 04a4527 Compare June 1, 2025 02:05
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 04a4527 to f3ad20d Compare June 8, 2025 01:35
@renovate
renovate Bot force-pushed the renovate/go-deps branch from f1759cf to c7bfc90 Compare August 24, 2025 01:44
@renovate renovate Bot changed the title Update go deps fix(deps): update go deps Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 774e4d9 to a96b2df Compare August 31, 2025 09:53
@renovate
renovate Bot requested a review from a team as a code owner August 31, 2025 09:53
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 5eebaba to 293d20d Compare September 14, 2025 01:03
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 293d20d to bd5b237 Compare September 21, 2025 00:28
@renovate renovate Bot changed the title fix(deps): update go deps Update go deps Sep 21, 2025
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from e10d01d to e446909 Compare October 5, 2025 00:26
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 77da414 to 362ceba Compare October 12, 2025 01:34
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 362ceba to 297b7a9 Compare October 19, 2025 01:03
@renovate renovate Bot changed the title Update go deps fix(deps): update go deps Oct 19, 2025
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 3ebe84a to 0343263 Compare October 26, 2025 02:25
@renovate
renovate Bot force-pushed the renovate/go-deps branch 4 times, most recently from 06b6069 to 31ac893 Compare November 9, 2025 01:43
@renovate
renovate Bot force-pushed the renovate/go-deps branch 2 times, most recently from 40dde87 to 40504d7 Compare November 16, 2025 01:13
@renovate
renovate Bot force-pushed the renovate/go-deps branch from 40504d7 to 31a6b86 Compare November 16, 2025 22:10
@renovate

renovate Bot commented Dec 14, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 18 additional dependencies were updated

Details:

Package Change
github.com/pion/datachannel v1.6.0 -> v1.6.2
github.com/pion/sctp v1.10.0 -> v1.10.3
github.com/pion/sdp/v3 v3.0.18 -> v3.0.19
github.com/pion/srtp/v3 v3.0.11 -> v3.0.12
github.com/pion/stun/v3 v3.1.4 -> v3.1.6
github.com/pion/turn/v5 v5.0.8 -> v5.0.10
github.com/prometheus/procfs v0.20.1 -> v0.21.0
github.com/redis/go-redis/v9 v9.20.0 -> v9.21.0
golang.org/x/crypto v0.52.0 -> v0.53.0
golang.org/x/exp v0.0.0-20260603202125-055de637280b -> v0.0.0-20260611194520-c48552f49976
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.45.0 -> v0.46.0
golang.org/x/text v0.37.0 -> v0.38.0
golang.org/x/tools v0.45.0 -> v0.46.0
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260622175928-b703f567277d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260622175928-b703f567277d

@github-actions

github-actions Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

AV-sync stats summary: view in run #29669543130

Generated by renovateBot
@renovate

renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/livekit/protocol v1.50.1-0.20260717184718-129001aa5ff0
go: downloading github.com/livekit/psrpc v0.7.2
go: downloading github.com/urfave/cli/v3 v3.10.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/livekit/gst-go v0.0.0-20250701011214-e7f61abd14cb
go: downloading github.com/linkdata/deadlock v0.5.5
go: downloading github.com/livekit/server-sdk-go/v2 v2.18.1
go: downloading github.com/livekit/storage v0.0.0-20260623170515-1297cb15775f
go: downloading github.com/pion/webrtc/v4 v4.2.17
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading go.opentelemetry.io/otel v1.44.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/frostbyte73/core v0.1.1
go: downloading github.com/go-gst/go-glib v1.4.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.70.0
go: downloading google.golang.org/grpc v1.82.1
go: downloading github.com/aws/smithy-go v1.27.4
go: downloading go.uber.org/zap v1.28.0
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/chromedp/cdproto v0.0.0-20260714215040-dc233986426f
go: downloading github.com/chromedp/chromedp v0.16.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/livekit/livekit-server v1.13.4
go: downloading github.com/livekit/media-sdk v0.0.0-20260716231240-b9ae943039a0
go: downloading github.com/livekit/mediatransportutil v0.0.0-20260608063931-a3417d38cda0
go: downloading github.com/pion/rtp v1.10.4
go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
go: downloading github.com/livekit/media-samples/avsync v0.0.0-20260522020019-07e27a016e72
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/puzpuzpuz/xsync/v4 v4.5.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.uber.org/zap/exp v0.3.0
go: downloading github.com/redis/go-redis/v9 v9.21.0
go: downloading golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597
go: downloading github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731
go: downloading github.com/nats-io/nats.go v1.52.0
go: downloading github.com/twitchtv/twirp v8.1.3+incompatible
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260706201446-f0a921348800
go: downloading google.golang.org/genproto v0.0.0-20260526163538-3dc84a4a5aaa
go: downloading github.com/go-gst/go-pointer v0.0.0-20241127163939-ba766f075b4c
go: downloading github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81
go: downloading buf.build/go/protoyaml v0.7.0
go: downloading github.com/dennwc/iters v1.2.2
go: downloading golang.org/x/text v0.40.0
go: downloading github.com/benbjohnson/clock v1.3.5
go: downloading github.com/fsnotify/fsnotify v1.10.1
go: downloading github.com/gammazero/deque v1.2.1
go: downloading github.com/jxskiss/base62 v1.1.0
go: downloading github.com/bep/debounce v1.2.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/magefile/mage v1.17.2
go: downloading github.com/pion/dtls/v3 v3.1.5
go: downloading github.com/pion/interceptor v0.1.45
go: downloading github.com/pion/rtcp v1.2.17
go: downloading github.com/pion/sdp/v3 v3.0.19
go: downloading golang.org/x/crypto v0.54.0
go: downloading golang.org/x/sync v0.22.0
go: downloading cloud.google.com/go/storage v1.62.3
go: downloading cloud.google.com/go v0.123.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.22.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.7.0
go: downloading github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.12
go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.23
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.22
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.25
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.103.2
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.43.2
go: downloading github.com/googleapis/gax-go/v2 v2.22.0
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading google.golang.org/api v0.283.0
go: downloading github.com/pion/datachannel v1.6.2
go: downloading github.com/pion/ice/v4 v4.3.0
go: downloading github.com/pion/logging v0.2.4
go: downloading github.com/pion/randutil v0.1.0
go: downloading github.com/pion/sctp v1.11.0
go: downloading github.com/pion/srtp/v3 v3.0.12
go: downloading github.com/pion/stun/v3 v3.1.6
go: downloading github.com/pion/transport/v4 v4.0.2
go: downloading golang.org/x/net v0.57.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.21.1
go: downloading golang.org/x/sys v0.47.0
go: downloading go.opentelemetry.io/otel/metric v1.44.0
go: downloading go.opentelemetry.io/otel/trace v1.44.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68
go: downloading github.com/gobwas/ws v1.4.0
go: downloading github.com/elliotchance/orderedmap/v3 v3.1.0
go: downloading github.com/mackerelio/go-osstat v0.2.7
go: downloading github.com/zeebo/xxh3 v1.1.0
go: downloading github.com/klauspost/compress v1.19.0
go: downloading github.com/nats-io/nkeys v0.4.16
go: downloading github.com/nats-io/nuid v1.0.1
go: downloading github.com/golang-jwt/jwt/v5 v5.3.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260709200747-435963d16310.1
go: downloading buf.build/go/protovalidate v1.2.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/lithammer/shortuuid/v4 v4.2.0
go: downloading cloud.google.com/go/auth v0.20.0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading cloud.google.com/go/iam v1.11.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.57.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.44.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.44.0
go: downloading go.opentelemetry.io/otel/sdk v1.44.0
go: downloading golang.org/x/time v0.15.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.28
go: downloading github.com/aws/aws-sdk-go-v2/service/signin v1.1.4
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.31.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.5
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.28
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.29
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.28
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.28
go: downloading github.com/pion/mdns/v2 v2.1.0
go: downloading github.com/pion/turn/v5 v5.0.12
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/chromedp/sysutil v1.1.0
go: downloading github.com/gobwas/httphead v0.1.0
go: downloading github.com/gobwas/pool v0.2.1
go: downloading github.com/jellydator/ttlcache/v3 v3.4.0
go: downloading github.com/klauspost/cpuid/v2 v2.4.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/google/cel-go v0.29.2
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260706201446-f0a921348800
go: downloading cloud.google.com/go/monitoring v1.29.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.57.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.28
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/wlynxg/anet v0.0.5
go: downloading cel.dev/expr v0.25.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.16
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.37.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.3
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20250313105119-ba97887b0a25
go: downloading github.com/spiffe/go-spiffe/v2 v2.7.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading github.com/go-gst/go-glib v0.0.1
go: github.com/livekit/egress/pkg/gstreamer imports
	github.com/go-gst/go-glib/glib: cannot find module providing package github.com/go-gst/go-glib/glib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant