@@ -2,7 +2,7 @@ module github.com/livekit/sip
2
2
3
3
go 1.24
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.24.2
6
6
7
7
require (
8
8
github.com/at-wat/ebml-go v0.17.1
@@ -17,18 +17,18 @@ require (
17
17
github.com/livekit/server-sdk-go/v2 v2.5.0
18
18
github.com/livekit/sipgo v0.13.2-0.20250130142851-36ed3228d934
19
19
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
20
- github.com/ory/dockertest/v3 v3.11 .0
20
+ github.com/ory/dockertest/v3 v3.12 .0
21
21
github.com/pion/interceptor v0.1.37
22
- github.com/pion/rtp v1.8.11
23
- github.com/pion/sdp/v3 v3.0.10
24
- github.com/pion/webrtc/v4 v4.0.9
22
+ github.com/pion/rtp v1.8.13
23
+ github.com/pion/sdp/v3 v3.0.11
24
+ github.com/pion/webrtc/v4 v4.0.14
25
25
github.com/pkg/errors v0.9.1
26
- github.com/prometheus/client_golang v1.20.5
26
+ github.com/prometheus/client_golang v1.22.0
27
27
github.com/sirupsen/logrus v1.9.3
28
28
github.com/stretchr/testify v1.10.0
29
- github.com/urfave/cli/v2 v2.27.2
30
- golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3
31
- google.golang.org/protobuf v1.36.5
29
+ github.com/urfave/cli/v2 v2.27.6
30
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
31
+ google.golang.org/protobuf v1.36.6
32
32
gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
33
33
gopkg.in/yaml.v3 v3.0.1
34
34
)
@@ -48,12 +48,12 @@ require (
48
48
github.com/bufbuild/protovalidate-go v0.8.0 // indirect
49
49
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
50
50
github.com/cespare/xxhash/v2 v2.3.0 // indirect
51
- github.com/containerd/continuity v0.4.3 // indirect
52
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
51
+ github.com/containerd/continuity v0.4.5 // indirect
52
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
53
53
github.com/davecgh/go-spew v1.1.1 // indirect
54
54
github.com/dennwc/iters v1.0.1 // indirect
55
55
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56
- github.com/docker/cli v26.1.4 +incompatible // indirect
56
+ github.com/docker/cli v27.4.1 +incompatible // indirect
57
57
github.com/docker/docker v27.1.1+incompatible // indirect
58
58
github.com/docker/go-connections v0.5.0 // indirect
59
59
github.com/docker/go-units v0.5.0 // indirect
@@ -63,6 +63,7 @@ require (
63
63
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
64
64
github.com/go-logr/logr v1.4.2 // indirect
65
65
github.com/go-logr/stdr v1.2.2 // indirect
66
+ github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
66
67
github.com/gobwas/httphead v0.1.0 // indirect
67
68
github.com/gobwas/pool v0.2.1 // indirect
68
69
github.com/gobwas/ws v1.4.0 // indirect
@@ -73,38 +74,38 @@ require (
73
74
github.com/gorilla/websocket v1.5.3 // indirect
74
75
github.com/jfreymuth/vorbis v1.0.2 // indirect
75
76
github.com/jxskiss/base62 v1.1.0 // indirect
76
- github.com/klauspost/compress v1.17.11 // indirect
77
+ github.com/klauspost/compress v1.18.0 // indirect
77
78
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
78
79
github.com/lithammer/shortuuid/v4 v4.2.0 // indirect
79
80
github.com/mackerelio/go-osstat v0.2.5 // indirect
80
81
github.com/magefile/mage v1.15.0 // indirect
81
82
github.com/mattn/go-colorable v0.1.13 // indirect
82
83
github.com/mattn/go-isatty v0.0.20 // indirect
83
- github.com/mitchellh/mapstructure v1.5.0 // indirect
84
84
github.com/moby/docker-image-spec v1.3.1 // indirect
85
+ github.com/moby/sys/user v0.3.0 // indirect
85
86
github.com/moby/term v0.5.0 // indirect
86
87
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
87
88
github.com/nats-io/nats.go v1.38.0 // indirect
88
89
github.com/nats-io/nkeys v0.4.9 // indirect
89
90
github.com/nats-io/nuid v1.0.1 // indirect
90
91
github.com/opencontainers/go-digest v1.0.0 // indirect
91
92
github.com/opencontainers/image-spec v1.1.0 // indirect
92
- github.com/opencontainers/runc v1.1.14 // indirect
93
+ github.com/opencontainers/runc v1.2.3 // indirect
93
94
github.com/pion/datachannel v1.5.10 // indirect
94
95
github.com/pion/dtls/v3 v3.0.4 // indirect
95
- github.com/pion/ice/v4 v4.0.6 // indirect
96
+ github.com/pion/ice/v4 v4.0.8 // indirect
96
97
github.com/pion/logging v0.2.3 // indirect
97
98
github.com/pion/mdns/v2 v2.0.7 // indirect
98
99
github.com/pion/randutil v0.1.0 // indirect
99
100
github.com/pion/rtcp v1.2.15 // indirect
100
- github.com/pion/sctp v1.8.35 // indirect
101
+ github.com/pion/sctp v1.8.37 // indirect
101
102
github.com/pion/srtp/v3 v3.0.4 // indirect
102
103
github.com/pion/stun/v3 v3.0.0 // indirect
103
104
github.com/pion/transport/v3 v3.0.7 // indirect
104
105
github.com/pion/turn/v4 v4.0.0 // indirect
105
106
github.com/pmezard/go-difflib v1.0.0 // indirect
106
107
github.com/prometheus/client_model v0.6.1 // indirect
107
- github.com/prometheus/common v0.55 .0 // indirect
108
+ github.com/prometheus/common v0.62 .0 // indirect
108
109
github.com/prometheus/procfs v0.15.1 // indirect
109
110
github.com/puzpuzpuz/xsync/v3 v3.5.0 // indirect
110
111
github.com/redis/go-redis/v9 v9.7.0 // indirect
@@ -123,11 +124,11 @@ require (
123
124
go.uber.org/multierr v1.11.0 // indirect
124
125
go.uber.org/zap v1.27.0 // indirect
125
126
go.uber.org/zap/exp v0.3.0 // indirect
126
- golang.org/x/crypto v0.32 .0 // indirect
127
- golang.org/x/net v0.34 .0 // indirect
128
- golang.org/x/sync v0.10 .0 // indirect
127
+ golang.org/x/crypto v0.33 .0 // indirect
128
+ golang.org/x/net v0.35 .0 // indirect
129
+ golang.org/x/sync v0.13 .0 // indirect
129
130
golang.org/x/sys v0.30.0 // indirect
130
- golang.org/x/text v0.21 .0 // indirect
131
+ golang.org/x/text v0.22 .0 // indirect
131
132
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
132
133
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
133
134
google.golang.org/grpc v1.70.0 // indirect
0 commit comments