11module github.com/screego/server
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.26.0
64
75require (
86 github.com/gorilla/handlers v1.5.2
@@ -12,15 +10,15 @@ require (
1210 github.com/joho/godotenv v1.5.1
1311 github.com/kelseyhightower/envconfig v1.4.0
1412 github.com/pion/randutil v0.1.0
15- github.com/pion/turn/v4 v4.1.3
13+ github.com/pion/turn/v4 v4.1.4
1614 github.com/prometheus/client_golang v1.23.2
1715 github.com/rs/xid v1.6.0
18- github.com/rs/zerolog v1.34.0
16+ github.com/rs/zerolog v1.35.1
1917 github.com/stretchr/testify v1.11.1
2018 github.com/urfave/cli v1.22.17
21- golang.org/x/crypto v0.46 .0
22- golang.org/x/term v0.38 .0
23- golang.org/x/text v0.32 .0
19+ golang.org/x/crypto v0.50 .0
20+ golang.org/x/term v0.42 .0
21+ golang.org/x/text v0.36 .0
2422)
2523
2624require (
@@ -30,23 +28,23 @@ require (
3028 github.com/davecgh/go-spew v1.1.1 // indirect
3129 github.com/felixge/httpsnoop v1.0.3 // indirect
3230 github.com/gorilla/securecookie v1.1.2 // indirect
33- github.com/klauspost/compress v1.18.0 // indirect
3431 github.com/kr/text v0.2.0 // indirect
35- github.com/mattn/go-colorable v0.1.13 // indirect
36- github.com/mattn/go-isatty v0.0.19 // indirect
32+ github.com/mattn/go-colorable v0.1.14 // indirect
33+ github.com/mattn/go-isatty v0.0.20 // indirect
3734 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3835 github.com/pion/dtls/v3 v3.0.7 // indirect
3936 github.com/pion/logging v0.2.4 // indirect
4037 github.com/pion/stun/v3 v3.0.1 // indirect
4138 github.com/pion/transport/v3 v3.1.1 // indirect
39+ github.com/pion/transport/v4 v4.0.1 // indirect
4240 github.com/pmezard/go-difflib v1.0.0 // indirect
4341 github.com/prometheus/client_model v0.6.2 // indirect
4442 github.com/prometheus/common v0.66.1 // indirect
4543 github.com/prometheus/procfs v0.16.1 // indirect
4644 github.com/russross/blackfriday/v2 v2.1.0 // indirect
4745 github.com/wlynxg/anet v0.0.5 // indirect
4846 go.yaml.in/yaml/v2 v2.4.2 // indirect
49- golang.org/x/sys v0.39 .0 // indirect
47+ golang.org/x/sys v0.43 .0 // indirect
5048 google.golang.org/protobuf v1.36.8 // indirect
5149 gopkg.in/yaml.v3 v3.0.1 // indirect
5250)
0 commit comments