github.com/cnotch/ipchub@v1.1.0/go.mod (about)

     1  module github.com/cnotch/ipchub
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/BurntSushi/toml v0.3.1 // indirect
     7  	github.com/cnotch/apirouter v0.0.0-20200731232942-89e243a791f3
     8  	github.com/cnotch/loader v0.0.0-20200405015128-d9d964d09439
     9  	github.com/cnotch/queue v0.0.0-20201224060551-4191569ce8f6
    10  	github.com/cnotch/scheduler v0.0.0-20200522024700-1d2da93eefc5
    11  	github.com/cnotch/xlog v0.0.0-20201208005456-cfda439cd3a0
    12  	github.com/emitter-io/address v1.0.0
    13  	github.com/gorilla/websocket v1.4.2
    14  	github.com/kelindar/process v0.0.0-20170730150328-69a29e249ec3
    15  	github.com/kelindar/rate v1.0.0
    16  	github.com/kelindar/tcp v1.0.0
    17  	github.com/pion/rtp v1.6.2
    18  	github.com/pixelbender/go-sdp v1.1.0
    19  	github.com/stretchr/testify v1.6.1
    20  	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    21  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    22  )