mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
52 lines
1.8 KiB
Modula-2
52 lines
1.8 KiB
Modula-2
module github.com/screego/server
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/turn/v4 v4.0.0
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/rs/xid v1.6.0
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/urfave/cli v1.22.16
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/term v0.31.0
|
|
golang.org/x/text v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pion/dtls/v3 v3.0.2 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/stun/v3 v3.0.0 // indirect
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/wlynxg/anet v0.0.4 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|