-
Notifications
You must be signed in to change notification settings - Fork 142
Hosted-agents: first-cut agentName changes #835
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,15 +15,15 @@ require ( | |
| github.com/google/go-containerregistry v0.20.6 | ||
| github.com/google/go-querystring v1.2.0 | ||
| github.com/joho/godotenv v1.5.1 | ||
| github.com/livekit/protocol v1.45.4-0.20260417173102-5d4f88f73b7c | ||
| github.com/livekit/protocol v1.45.5-0.20260423163244-347de5a2ef78 | ||
| github.com/livekit/server-sdk-go/v2 v2.16.2 | ||
| github.com/mattn/go-isatty v0.0.21 | ||
| github.com/moby/patternmatcher v0.6.1 | ||
| github.com/modelcontextprotocol/go-sdk v1.4.1 | ||
| github.com/pelletier/go-toml v1.9.5 | ||
| github.com/pion/rtcp v1.2.16 | ||
| github.com/pion/rtp v1.10.1 | ||
| github.com/pion/webrtc/v4 v4.2.9 | ||
| github.com/pion/webrtc/v4 v4.2.11 | ||
| github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/stretchr/testify v1.11.1 | ||
|
|
@@ -37,6 +37,10 @@ require ( | |
| k8s.io/apimachinery v0.34.1 | ||
| ) | ||
|
|
||
| replace github.com/livekit/server-sdk-go/v2 => ../server-sdk-go | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I need this line to build locally since this change spans multiple repos. How do I merge the PRs so that the two repos do not break each other during the interim? @yoonsio @real-danm
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we will need to merge the server-sdk-go PR first. Cut a release. Then update the go.mod here to point to that release right? But what about those livekit-cli used in the field?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes that is correct |
||
|
|
||
| replace github.com/livekit/protocol => ../protocol | ||
|
|
||
| require ( | ||
| buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect | ||
| buf.build/go/protovalidate v1.1.3 // indirect | ||
|
|
@@ -189,12 +193,12 @@ require ( | |
| github.com/pierrec/lz4/v4 v4.1.26 // indirect | ||
| github.com/pion/datachannel v1.6.0 // indirect | ||
| github.com/pion/dtls/v3 v3.1.2 // indirect | ||
| github.com/pion/ice/v4 v4.2.1 // indirect | ||
| github.com/pion/ice/v4 v4.2.2 // indirect | ||
| github.com/pion/interceptor v0.1.44 // indirect | ||
| github.com/pion/logging v0.2.4 // indirect | ||
| github.com/pion/mdns/v2 v2.1.0 // indirect | ||
| github.com/pion/randutil v0.1.0 // indirect | ||
| github.com/pion/sctp v1.9.3 // indirect | ||
| github.com/pion/sctp v1.9.4 // indirect | ||
| github.com/pion/sdp/v3 v3.0.18 // indirect | ||
| github.com/pion/srtp/v3 v3.0.10 // indirect | ||
| github.com/pion/stun/v3 v3.1.1 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Create and Deploy, I made the flag required. The intention is to force the migration.