Files
ipchub/go.mod
2020-12-21 14:55:30 +08:00

23 lines
814 B
Modula-2

module github.com/cnotch/ipchub
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cnotch/apirouter v0.0.0-20200731232942-89e243a791f3
github.com/cnotch/bitutil v0.0.0-20200512012328-08db448fb960
github.com/cnotch/loader v0.0.0-20200405015128-d9d964d09439
github.com/cnotch/scheduler v0.0.0-20200522024700-1d2da93eefc5
github.com/cnotch/xlog v0.0.0-20201208005456-cfda439cd3a0
github.com/emitter-io/address v1.0.0
github.com/gorilla/websocket v1.4.2
github.com/kelindar/process v0.0.0-20170730150328-69a29e249ec3
github.com/kelindar/rate v1.0.0
github.com/kelindar/tcp v1.0.0
github.com/pion/rtp v1.6.1
github.com/pixelbender/go-sdp v1.1.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)