Skip to content

Commit f5075a5

Browse files
fix(deps): update go deps
Generated by renovateBot
1 parent 7313a81 commit f5075a5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ require (
1111
github.com/gammazero/deque v1.1.0
1212
github.com/go-jose/go-jose/v3 v3.0.4
1313
github.com/go-logr/logr v1.4.3
14-
github.com/hashicorp/go-retryablehttp v0.7.7
14+
github.com/hashicorp/go-retryablehttp v0.7.8
1515
github.com/jxskiss/base62 v1.1.0
1616
github.com/lithammer/shortuuid/v4 v4.2.0
1717
github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731
18-
github.com/livekit/psrpc v0.6.1-0.20250511053145-465289d72c3c
19-
github.com/mackerelio/go-osstat v0.2.5
20-
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
18+
github.com/livekit/psrpc 3915e005e741
19+
github.com/mackerelio/go-osstat v0.2.6
20+
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3
2121
github.com/pion/logging v0.2.4
22-
github.com/pion/sdp/v3 v3.0.14
23-
github.com/pion/webrtc/v4 v4.1.2
22+
github.com/pion/sdp/v3 v3.0.15
23+
github.com/pion/webrtc/v4 v4.1.3
2424
github.com/pkg/errors v0.9.1
2525
github.com/prometheus/client_golang v1.22.0
26-
github.com/prometheus/procfs v0.16.1
26+
github.com/prometheus/procfs v0.17.0
2727
github.com/puzpuzpuz/xsync/v3 v3.5.1
2828
github.com/redis/go-redis/v9 v9.11.0
2929
github.com/stretchr/testify v1.10.0
@@ -33,11 +33,11 @@ require (
3333
go.uber.org/multierr v1.11.0
3434
go.uber.org/zap v1.27.0
3535
go.uber.org/zap/exp v0.3.0
36-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
37-
golang.org/x/mod v0.25.0
38-
golang.org/x/sys v0.33.0
39-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
40-
google.golang.org/grpc v1.73.0
36+
golang.org/x/exp 645b1fa84792
37+
golang.org/x/mod v0.26.0
38+
golang.org/x/sys v0.34.0
39+
google.golang.org/genproto/googleapis/rpc f173205681a0
40+
google.golang.org/grpc v1.74.2
4141
google.golang.org/protobuf v1.36.6
4242
gopkg.in/yaml.v3 v3.0.1
4343
)

0 commit comments

Comments
 (0)