module github.com/vulncheck-oss/go-exploit

go 1.24.1

require (
	github.com/Masterminds/semver v1.5.0
	github.com/antchfx/htmlquery v1.3.5
	github.com/emiago/sipgo v0.33.0
	github.com/google/uuid v1.6.0
	github.com/icholy/digest v1.1.0
	github.com/lor00x/goldap v0.0.0-20240304151906-8d785c64d1c8
	github.com/vjeantet/ldapserver v1.0.2-0.20240305064909-a417792e2906
	golang.org/x/crypto v0.44.0
	golang.org/x/net v0.47.0
	golang.org/x/text v0.31.0
	modernc.org/sqlite v1.40.1
)

require (
	github.com/antchfx/xpath v1.3.5 // indirect
	github.com/dustin/go-humanize v1.0.1 // indirect
	github.com/gobwas/httphead v0.1.0 // indirect
	github.com/gobwas/pool v0.2.1 // indirect
	github.com/gobwas/ws v1.3.2 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/ncruces/go-strftime v0.1.9 // indirect
	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
	golang.org/x/sys v0.38.0 // indirect
	modernc.org/libc v1.66.10 // indirect
	modernc.org/mathutil v1.7.1 // indirect
	modernc.org/memory v1.11.0 // indirect
)
