diff --git a/prometheus/go_collector_go117.go b/prometheus/go_collector_go117.go index a34a26663..d43bdcdda 100644 --- a/prometheus/go_collector_go117.go +++ b/prometheus/go_collector_go117.go @@ -23,9 +23,9 @@ import ( "strings" "sync" - "github.com/prometheus/client_golang/prometheus/internal" //nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility. "github.com/golang/protobuf/proto" + "github.com/prometheus/client_golang/prometheus/internal" dto "github.com/prometheus/client_model/go" )