module github.com/krishpranav/httpserver go 1.15 require ( github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/projectdiscovery/gologger v1.1.4 github.com/projectdiscovery/simplehttpserver v0.0.3 github.com/projectdiscovery/sslcert v0.0.0-20210417222919-24614180c4c9 gopkg.in/yaml.v2 v2.4.0 )