Skip to content

Commit d00adf7

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

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

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.7
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 87e1e737ad39
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)