module github.com/pion/transport/v3

go 1.12

require (
	github.com/pion/logging v0.2.2
	github.com/stretchr/testify v1.8.4
	golang.org/x/net v0.14.0
	golang.org/x/sys v0.11.0
)
