cloud-game/vendor/github.com/pion/turn/go.mod
giongto35 f49a347de2 Update vendor and makefile (#76)
* Update dependencies

* Update vendor

* Update vendor with C package

* Update Make file
2019-09-01 04:56:27 +08:00

12 lines
258 B
Modula-2
Vendored

module github.com/pion/turn
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/logging v0.2.2
github.com/pion/stun v0.3.1
github.com/pion/transport v0.8.6
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)