Skip to content

Commit 5e0381b

Browse files
Update go deps
Generated by renovateBot
1 parent 8f1e9b2 commit 5e0381b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ go 1.26
55
replace github.com/go-gst/go-gst => github.com/livekit/gst-go v0.0.0-20250701011214-e7f61abd14cb
66

77
require (
8-
github.com/Eyevinn/mp4ff v0.52.0
8+
github.com/Eyevinn/mp4ff v0.54.0
99
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66
1010
github.com/frostbyte73/core v0.1.1
11-
github.com/go-gst/go-glib v1.4.1-0.20250303082535-35ebad1471fd
12-
github.com/go-gst/go-gst v1.4.0
11+
github.com/go-gst/go-glib v1.4.1
12+
github.com/go-gst/go-gst v1.4.1
1313
github.com/google/go-cmp v0.7.0
1414
github.com/gorilla/mux v1.8.1
1515
github.com/livekit/go-rtmp v0.0.0-20251031234730-75a652881771
@@ -19,19 +19,19 @@ require (
1919
github.com/livekit/protocol v1.50.0
2020
github.com/livekit/psrpc v0.7.2
2121
github.com/livekit/server-sdk-go/v2 v2.18.1
22-
github.com/pion/dtls/v3 v3.1.4
23-
github.com/pion/interceptor v0.1.45
24-
github.com/pion/rtcp v1.2.16
25-
github.com/pion/rtp v1.10.2
22+
github.com/pion/dtls/v3 v3.1.5
23+
github.com/pion/interceptor v0.1.46
24+
github.com/pion/rtcp v1.2.17
25+
github.com/pion/rtp v1.10.5
2626
github.com/pion/sdp/v3 v3.0.19
27-
github.com/pion/webrtc/v4 v4.2.15
27+
github.com/pion/webrtc/v4 v4.2.17
2828
github.com/prometheus/client_golang v1.23.2
2929
github.com/sirupsen/logrus v1.9.4
3030
github.com/stretchr/testify v1.11.1
3131
github.com/yutopp/go-flv v0.3.1
3232
go.opentelemetry.io/otel v1.44.0
3333
go.uber.org/atomic v1.11.0
34-
golang.org/x/image v0.43.0
34+
golang.org/x/image v0.44.0
3535
google.golang.org/grpc v1.82.1
3636
google.golang.org/protobuf v1.36.11
3737
gopkg.in/yaml.v3 v3.0.1
@@ -97,7 +97,7 @@ require (
9797
github.com/prometheus/procfs v0.20.1 // indirect
9898
github.com/redis/go-redis/v9 v9.20.0 // indirect
9999
github.com/twitchtv/twirp v8.1.3+incompatible // indirect
100-
github.com/urfave/cli/v3 v3.10.0
100+
github.com/urfave/cli/v3 v3.10.1
101101
github.com/wlynxg/anet v0.0.5 // indirect
102102
github.com/yutopp/go-amf0 v0.1.1 // indirect
103103
github.com/zeebo/xxh3 v1.1.0 // indirect

0 commit comments

Comments
 (0)