module github.com/PuerkitoBio/purell

go 1.21

require (
	golang.org/x/net v0.17.0
	golang.org/x/text v0.13.0
)
