mirror of
https://github.com/status-im/status-go.git
synced 2025-02-13 07:17:04 +00:00
12 lines
218 B
Modula-2
12 lines
218 B
Modula-2
module github.com/pion/turn/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pion/transport v0.13.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|