-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 716 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/mengelbart/roq
go 1.24
require (
github.com/mengelbart/qlog v0.0.0-20250304144032-13728b0b6fae
github.com/pion/interceptor v0.1.30-0.20240607185206-f42ed2b96855
github.com/pion/rtp v1.8.6
github.com/pion/webrtc/v3 v3.2.28
github.com/quic-go/quic-go v0.57.1
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)