module github.com/zu1k/proxypool go 1.14 require ( github.com/Dreamacro/clash v1.0.1-0.20200812125056-8b7c731fd629 github.com/PuerkitoBio/goquery v1.5.1 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect github.com/antchfx/htmlquery v1.2.3 // indirect github.com/antchfx/xmlquery v1.2.4 // indirect github.com/antchfx/xpath v1.1.8 // indirect github.com/ghodss/yaml v1.0.0 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/gobwas/glob v0.2.3 // indirect github.com/gocolly/colly v1.2.0 github.com/golang/protobuf v1.4.2 // indirect github.com/heroku/x v0.0.25 github.com/jasonlvhit/gocron v0.0.1 github.com/json-iterator/go v1.1.10 // indirect github.com/kennygrant/sanitize v1.2.4 // indirect github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/oschwald/geoip2-golang v1.4.0 github.com/oschwald/maxminddb-golang v1.7.0 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect github.com/shirou/gopsutil v2.20.7+incompatible // indirect github.com/temoto/robotstxt v1.1.1 // indirect golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect golang.org/x/text v0.3.3 // indirect google.golang.org/appengine v1.6.6 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.3.0 )