module github.com/schollz/peerdiscovery

go 1.13

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/net v0.18.0
)
