cloud-game/vendor/github.com/pion/ice/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

14 lines
356 B
Modula-2
Vendored

module github.com/pion/ice
go 1.12
require (
github.com/pion/logging v0.2.2
github.com/pion/mdns v0.0.3
github.com/pion/stun v0.3.1
github.com/pion/transport v0.8.6
github.com/pion/turn v1.3.3
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
)