diff --git a/metrics.go b/metrics.go index 2621535..85e5c4e 100644 --- a/metrics.go +++ b/metrics.go @@ -10,6 +10,9 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" + + // TODO replace httpaux/retry with github.com/xmidt-org/retry + // nolint:staticcheck "github.com/xmidt-org/httpaux/retry" "github.com/xmidt-org/touchstone" )