mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module demodesk/neko
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-chi/chi v4.1.0+incompatible
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kataras/go-events v0.0.2
|
|
github.com/lucas-clemente/quic-go v0.15.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.2.2 // indirect
|
|
github.com/pelletier/go-toml v1.7.0 // indirect
|
|
github.com/pion/ice v0.7.12 // indirect
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/rtp v1.4.0 // indirect
|
|
github.com/pion/sdp/v2 v2.3.5 // indirect
|
|
github.com/pion/webrtc/v2 v2.2.4
|
|
github.com/rs/zerolog v1.18.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.6.2
|
|
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8 // indirect
|
|
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/ini.v1 v1.55.0 // indirect
|
|
)
|