mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 19:13:52 +00:00
14 lines
356 B
Modula-2
Vendored
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
|
|
)
|