module github.com/criteo/http-proxy-exporter go 1.15 require ( github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/prometheus/client_golang v1.5.1 github.com/prometheus/client_model v0.2.0 github.com/sirupsen/logrus v1.5.0 github.com/stretchr/testify v1.5.1 gopkg.in/yaml.v2 v2.2.8 )