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

@@ -18,7 +18,7 @@ import (
"io"
"net/http"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" //nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
"github.com/matttproud/golang_protobuf_extensions/pbutil"
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"