16 lines
351 B
Modula-2
16 lines
351 B
Modula-2
module n.eko.moe/neko
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-chi/chi v4.0.3+incompatible
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/kataras/go-events v0.0.2
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/webrtc/v2 v2.1.18
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rs/zerolog v1.17.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.6.1
|
|
)
|