mirror of
https://github.com/cnotch/ipchub.git
synced 2025-09-26 19:41:18 +08:00
23 lines
812 B
Modula-2
23 lines
812 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/loader v0.0.0-20200405015128-d9d964d09439
|
|
github.com/cnotch/queue v0.0.0-20201224060551-4191569ce8f6
|
|
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.2
|
|
github.com/pixelbender/go-sdp v1.1.0
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|