mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-30 13:30:32 +00:00
12 lines
258 B
Modula-2
Vendored
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
|
|
)
|