mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
20 lines
543 B
Modula-2
20 lines
543 B
Modula-2
module demodesk/neko
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PaesslerAG/gval v1.1.1
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kataras/go-events v0.0.2
|
|
github.com/pion/interceptor v0.0.13
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/webrtc/v3 v3.0.30
|
|
github.com/rs/zerolog v1.23.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
|
)
|