26 lines
987 B
Modula-2
26 lines
987 B
Modula-2
|
module github.com/icedream/sendaround
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/ReneKroon/ttlcache v0.0.0-20190617123854-823b876cf6d1
|
||
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
||
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
||
|
github.com/cheggaaa/pb v2.0.7+incompatible
|
||
|
github.com/cheggaaa/pb/v3 v3.0.1
|
||
|
github.com/davecgh/go-spew v1.1.1
|
||
|
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
|
||
|
github.com/dustin/go-humanize v1.0.0
|
||
|
github.com/gin-gonic/gin v1.4.0
|
||
|
github.com/gortc/sdp v0.16.0
|
||
|
github.com/machinebox/progress v0.2.0
|
||
|
github.com/matryer/is v1.2.0 // indirect
|
||
|
github.com/pion/webrtc/v2 v2.0.24-0.20190706215807-eb737ba0b233
|
||
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
|
||
|
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
|
||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||
|
gopkg.in/cheggaaa/pb.v2 v2.0.7
|
||
|
gopkg.in/fatih/color.v1 v1.7.0 // indirect
|
||
|
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
|
||
|
)
|