Skip to content

Commit 452a98e

Browse files
Update go deps
Generated by renovateBot
1 parent 96f2812 commit 452a98e

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@ go 1.23.0
55
require (
66
buf.build/go/protoyaml v0.6.0
77
github.com/benbjohnson/clock v1.3.5
8-
github.com/dennwc/iters v1.1.0
8+
github.com/dennwc/iters v1.2.2
99
github.com/frostbyte73/core v0.1.1
1010
github.com/fsnotify/fsnotify v1.9.0
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
25-
github.com/prometheus/client_golang v1.22.0
26-
github.com/prometheus/procfs v0.16.1
25+
github.com/prometheus/client_golang v1.23.0
26+
github.com/prometheus/procfs v0.17.0
2727
github.com/puzpuzpuz/xsync/v3 v3.5.1
28-
github.com/redis/go-redis/v9 v9.11.0
28+
github.com/redis/go-redis/v9 v9.12.1
2929
github.com/stretchr/testify v1.10.0
3030
github.com/twitchtv/twirp v8.1.3+incompatible
3131
github.com/zeebo/xxh3 v1.0.2
3232
go.uber.org/atomic v1.11.0
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
41-
google.golang.org/protobuf v1.36.6
36+
golang.org/x/exp 8b4c13bb791b
37+
golang.org/x/mod v0.27.0
38+
golang.org/x/sys v0.35.0
39+
google.golang.org/genproto/googleapis/rpc 3122310a409c
40+
google.golang.org/grpc v1.75.0
41+
google.golang.org/protobuf v1.36.7
4242
gopkg.in/yaml.v3 v3.0.1
4343
)
4444

0 commit comments

Comments
 (0)