module github.com/pion/transport/v2

go 1.12

require (
	github.com/pion/logging v0.2.2
	github.com/stretchr/testify v1.8.3
	golang.org/x/net v0.9.0
	golang.org/x/sys v0.7.0
)
