Skip to content

Commit da4f8fb

Browse files
fix(deps): update go deps
Generated by renovateBot
1 parent aa4dc2f commit da4f8fb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@ go 1.24.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
11-
github.com/gammazero/deque v1.1.0
11+
github.com/gammazero/deque v1.2.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
1818
github.com/livekit/psrpc v0.7.1
19-
github.com/mackerelio/go-osstat v0.2.5
20-
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
21-
github.com/nyaruka/phonenumbers v1.6.5
19+
github.com/mackerelio/go-osstat v0.2.6
20+
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
21+
github.com/nyaruka/phonenumbers v1.6.7
2222
github.com/pion/logging v0.2.4
23-
github.com/pion/sdp/v3 v3.0.14
24-
github.com/pion/webrtc/v4 v4.1.2
23+
github.com/pion/sdp/v3 v3.0.16
24+
github.com/pion/webrtc/v4 v4.1.8
2525
github.com/pkg/errors v0.9.1
26-
github.com/prometheus/client_golang v1.22.0
27-
github.com/prometheus/procfs v0.16.1
26+
github.com/prometheus/client_golang v1.23.2
27+
github.com/prometheus/procfs v0.19.2
2828
github.com/puzpuzpuz/xsync/v3 v3.5.1
29-
github.com/redis/go-redis/v9 v9.11.0
30-
github.com/stretchr/testify v1.10.0
29+
github.com/redis/go-redis/v9 v9.17.2
30+
github.com/stretchr/testify v1.11.1
3131
github.com/twitchtv/twirp v8.1.3+incompatible
3232
github.com/zeebo/xxh3 v1.0.2
33-
go.opentelemetry.io/otel v1.37.0
34-
go.opentelemetry.io/otel/trace v1.37.0
33+
go.opentelemetry.io/otel v1.39.0
34+
go.opentelemetry.io/otel/trace v1.39.0
3535
go.uber.org/atomic v1.11.0
3636
go.uber.org/multierr v1.11.0
37-
go.uber.org/zap v1.27.0
37+
go.uber.org/zap v1.27.1
3838
go.uber.org/zap/exp v0.3.0
39-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
40-
golang.org/x/mod v0.29.0
41-
golang.org/x/sys v0.38.0
42-
golang.org/x/text v0.31.0
43-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074
44-
google.golang.org/grpc v1.74.2
45-
google.golang.org/protobuf v1.36.6
39+
golang.org/x/exp 8475f28825e9
40+
golang.org/x/mod v0.31.0
41+
golang.org/x/sys v0.39.0
42+
golang.org/x/text v0.32.0
43+
google.golang.org/genproto/googleapis/rpc ff82c1b0f217
44+
google.golang.org/grpc v1.77.0
45+
google.golang.org/protobuf v1.36.10
4646
gopkg.in/yaml.v3 v3.0.1
4747
)
4848

0 commit comments

Comments
 (0)