deps: bump protocol/server-sdk + minor lint fix#862
Open
paulwe wants to merge 4 commits into
Open
Conversation
Bumps livekit/protocol and livekit/psrpc to their latest tips, which move from go-jose/v4 → golang-jwt v5, xsync v3 → v4, and replace pkg/errors and go.uber.org/atomic with stdlib equivalents. Also bumps docker/docker to v28.5.2 since psrpc now pulls in docker/go-connections v0.7.0, which removed sockets.DialPipe used by older docker releases. Code fixes: - pkg/loadtester: drop pkg/errors, use fmt.Errorf %w - cmd/lk/egress_test: add StartEgress stub for new unified RPC method
…portutil, server-sdk-go Pin livekit deps to latest upstream SHAs: - protocol@a7a83da5bb55 - psrpc@4bab4033deca (pseudo-version unchanged; already on requested SHA) - mediatransportutil@044aafb7253d - server-sdk-go/v2@f4a94c0305da Bump remaining direct deps to latest minor/patch (BurntSushi/toml, Masterminds/semver/v3, go-task/task/v3, mattn/go-isatty, modelcontextprotocol/go-sdk, urfave/cli/v3, k8s.io/apimachinery). Hold google/go-containerregistry at v0.20.7 — v0.21+ switched to moby/moby/client which breaks pkg/agentfs (still on docker/docker/client). Hold containerd/v2 at v2.2.3 — v2.3.x requires Go 1.26.3 (toolchain on 1.26.2). docker/cli +incompatible bumped 29.0.0 -> 29.4.3 (indirect).
boks1971
approved these changes
Jun 5, 2026
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.
Summary
livekit/protocolandlivekit/server-sdk-go/v2to latest pseudo-versions, picking up the protocol-side moves togolang-jwt/jwt v5,xsync v4, stdliberrors, and stdlibsync/atomic.go get -usweep of transitives (docker v28.5.2, urfave/cli v3.9, modelcontextprotocol v1.6.1, charmbracelet/*, pion stack, aws-sdk, k8s.io/apimachinery v0.36.1, etc.).cmd/lk/egress_test.go: addStartEgressstub tofakeEgressServicefor the new unified RPC method on thelivekit.Egressinterface.pkg/loadtester/loadtest.go: lowercase a stylized error string to satisfyST1005under the newer staticcheck.Test plan
go build ./...cleango vet ./...cleango test ./...passes