module github.com/pion/mdns

go 1.12

require (
	github.com/pion/logging v0.2.2
	github.com/pion/transport/v2 v2.2.1
	golang.org/x/net v0.11.0
)
