upgrade prometheus/client_golang to v1.12.0(common to v0.32.1)

This commit is contained in:
-e
2022-01-19 22:30:33 +08:00
parent cbe72f5d0b
commit 8a4e66049e
182 changed files with 5431 additions and 1435 deletions

View File

@@ -24,7 +24,7 @@ import (
dto "github.com/prometheus/client_model/go"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" //nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
"github.com/prometheus/common/model"
)