Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/server/go.mod
2020-01-18 23:30:09 +00:00

17 lines
388 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/matoous/go-nanoid v1.1.0
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
)