diff --git a/go.mod b/go.mod index 122f8ea0..1fce1a6a 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/dop251/goja v0.0.0-20221003171542-5ea1285e6c91 github.com/elazarl/goproxy v0.0.0-20220901064549-fbd10ff4f5a1 github.com/google/go-cmp v0.5.9 + github.com/kevinburke/hostsfile v0.0.0-20220522040509-e5e984885321 github.com/mmatczuk/anyflag v0.0.0-20221011091730-9f8baeb6fd9c github.com/prometheus/client_golang v1.13.0 github.com/prometheus/common v0.37.0 @@ -28,7 +29,6 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/kevinburke/hostsfile v0.0.0-20220522040509-e5e984885321 // indirect github.com/magiconair/properties v1.8.5 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect