mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
af1bcf662b
Pions organization was renamed to pion
11 lines
180 B
Modula-2
11 lines
180 B
Modula-2
module github.com/pion/ice
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pion/logging v0.2.1
|
|
github.com/pion/stun v0.2.1
|
|
github.com/pion/transport v0.6.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|