diff --git a/scrape/manager_test.go b/scrape/manager_test.go index 8a3d3406b1..b759d97872 100644 --- a/scrape/manager_test.go +++ b/scrape/manager_test.go @@ -16,7 +16,6 @@ package scrape import ( "context" "fmt" - "google.golang.org/protobuf/types/known/timestamppb" "net/http" "net/http/httptest" "net/url" @@ -33,6 +32,7 @@ import ( dto "github.com/prometheus/client_model/go" "github.com/prometheus/common/model" "github.com/stretchr/testify/require" + "google.golang.org/protobuf/types/known/timestamppb" "gopkg.in/yaml.v2" "github.com/prometheus/prometheus/config"