Skip to content
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

Update go deps #776

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Update go deps #776

merged 2 commits into from
Jan 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/storage v1.43.0 -> v1.49.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.31.0 -> v1.32.7 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.27.39 -> v1.28.7 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/credentials v1.17.37 -> v1.17.48 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.25 -> v1.17.45 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3 -> v1.72.0 age adoption passing confidence require minor
github.com/aws/smithy-go v1.21.0 -> v1.22.1 age adoption passing confidence require minor
github.com/chromedp/cdproto b931b75 -> 60a0ca3 age adoption passing confidence require digest
github.com/chromedp/chromedp v0.10.0 -> v0.11.2 age adoption passing confidence require minor
github.com/go-gst/go-glib v1.2.1 -> v1.4.0 age adoption passing confidence require minor
github.com/go-gst/go-gst v1.2.2-0.20240907184934-f0fa8a765a08 -> v1.4.0 age adoption passing confidence require minor
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.1 age adoption passing confidence require minor
github.com/livekit/protocol v1.29.5-0.20241220004811-294279ea0f29 -> v1.30.0 age adoption passing confidence require minor
github.com/livekit/server-sdk-go/v2 v2.4.0 -> v2.4.1 age adoption passing confidence require patch
github.com/pion/rtp v1.8.9 -> v1.8.10 age adoption passing confidence require patch
github.com/pion/webrtc/v4 v4.0.6 -> v4.0.7 age adoption passing confidence require patch
github.com/prometheus/common v0.59.1 -> v0.61.0 age adoption passing confidence require minor
github.com/urfave/cli/v2 v2.27.4 -> v2.27.5 age adoption passing confidence require patch
golang.org/x/exp b2144cd -> 7d7fa50 age adoption passing confidence require digest
golang.org/x/oauth2 v0.23.0 -> v0.25.0 age adoption passing confidence require minor
google.golang.org/api v0.196.0 -> v0.214.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.0 -> v1.36.1 age adoption passing confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.32.7

Compare Source

v1.32.6

Compare Source

v1.32.5

Compare Source

v1.32.4

Compare Source

v1.32.3

Compare Source

v1.32.2

Compare Source

v1.32.1

Compare Source

v1.32.0

Compare Source

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

v1.22.1

Compare Source

v1.22.0

Compare Source

chromedp/chromedp (github.com/chromedp/chromedp)

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0: chromedp v0.11.0

Compare Source

Full Changelog: chromedp/chromedp@v0.10.1...v0.11.0

v0.10.1: chromedp v0.10.1

Compare Source

Full Changelog: chromedp/chromedp@v0.10.0...v0.10.1

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

v1.4.0

Compare Source

What's Changed

  • correctly copy and free GlibGoArbitraryData by @​RSWilli in https://github.com/go-gst/go-glib/pull/17 The glib.ArbitraryData is now fully working and can be used to pass any go objects into (and out of) a gstreamer element that is defined in go. This includes native maps, functions, channels, etc.

e.g.:

	glib.NewBoxedParam(
		"current-playlist",
		"current-playlist",
		"current known playlist",
		glib.TYPE_ARBITRARY_DATA,
		glib.ParameterReadable,
	),

image

New Contributors

Full Changelog: go-gst/go-glib@v1.3.0...v1.4.0

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-gst/go-glib@v1.2.1...v1.3.0

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

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-gst/go-gst@v1.3.0...v1.4.0

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.14.1

Compare Source

Bug Fixes
Documentation

v2.14.0

Compare Source

Features
livekit/protocol (github.com/livekit/protocol)

v1.30.0

Compare Source

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

v2.4.1

Compare Source

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

v1.8.10

Compare Source

Changelog

  • cd52e6b Export min and max delay in header extension
  • f08de1e Zero out PaddingSize on Packet.Unmarshal
  • a21194e Update go.mod version to 1.20
  • c442fc8 Update CI configs to v0.11.15
  • 4aac982 Fix rare SRTP loss decode failure
pion/webrtc (github.com/pion/webrtc/v4)

v4.0.7

Compare Source

Changelog

Full Changelog: pion/webrtc@v4.0.6...v4.0.7

prometheus/common (github.com/prometheus/common)

v0.61.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0

v0.60.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.0...v0.60.1

v0.60.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

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

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

googleapis/google-api-go-client (google.golang.org/api)

v0.214.0

Compare Source

Features

v0.213.0

Compare Source

Features

v0.212.0

Compare Source

Features

v0.211.0

Compare Source

Features
Bug Fixes

v0.210.0

Compare Source

Features
Bug Fixes

v0.209.0

Compare Source

Features

v0.208.0

Compare Source

Features
  • all: Auto-regenerate discovery clients (#​2881) (44435a9)
  • gensupport: Per-chunk transfer timeout configs (09fa125)
  • gensupport: Per-chunk transfer timeout configs (#​2865) (09fa125)

v0.207.0

Compare Source

Features

v0.206.0

Compare Source

Features

v0.205.0

Compare Source

Features

v0.204.0

Compare Source

Features
Bug Fixes
  • transport/grpc: Pass through cert source to new auth lib (#​2840) (c67e7c0)
Documentation

v0.203.0

Compare Source

Features

v0.202.0

Compare Source

Features

[v0.201.0](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.2


Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), 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.

Copy link
Contributor Author

renovate bot commented Sep 15, 2024

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

  • 23 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.115.1 -> v0.116.0
cloud.google.com/go/auth v0.9.3 -> v0.13.0
cloud.google.com/go/auth/oauth2adapt v0.2.4 -> v0.2.6
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.5 -> v1.6.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 -> v1.16.22
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 -> v1.3.26
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 -> v2.6.26
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.18 -> v1.3.26
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.5 -> v1.12.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.20 -> v1.4.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.20 -> v1.12.7
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.18 -> v1.18.7
github.com/aws/aws-sdk-go-v2/service/sso v1.23.3 -> v1.24.8
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.3 -> v1.28.7
github.com/aws/aws-sdk-go-v2/service/sts v1.31.3 -> v1.33.3
github.com/chromedp/sysutil v1.0.0 -> v1.1.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/googleapis/enterprise-certificate-proxy v0.3.3 -> v0.3.4
golang.org/x/net v0.32.0 -> v0.33.0
golang.org/x/time v0.6.0 -> v0.8.0
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241209162323-e6fa225c2576

@renovate renovate bot requested a review from a team as a code owner September 15, 2024 01:22
@renovate renovate bot force-pushed the renovate/go-deps branch from 938b494 to 9f116e8 Compare September 22, 2024 00:44
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 37d428c to 894f32f Compare October 6, 2024 00:24
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 9c44659 to 3901c2f Compare October 20, 2024 00:20
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 8ca81a3 to ca588ed Compare October 27, 2024 01:31
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 6d94e83 to ce0f664 Compare November 10, 2024 00:04
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 5ead814 to 47ce179 Compare November 17, 2024 04:24
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 0335581 to 14042b0 Compare December 1, 2024 01:15
@renovate renovate bot force-pushed the renovate/go-deps branch from 14042b0 to 65a67b7 Compare December 8, 2024 00:03
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from c3605d6 to 93891cf Compare December 22, 2024 00:02
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 1d34538 to bcb4657 Compare December 29, 2024 00:56
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/go-deps branch from bcb4657 to 8c44cca Compare January 5, 2025 01:16
Copy link
Contributor Author

renovate bot commented Jan 7, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frostbyte73 frostbyte73 merged commit 92d0d14 into main Jan 7, 2025
8 checks passed
@frostbyte73 frostbyte73 deleted the renovate/go-deps branch January 7, 2025 08:20
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