forked from mirror/client_golang
commit
157170dd1a
|
@ -16,6 +16,7 @@ package prometheus
|
|||
import (
|
||||
"testing"
|
||||
|
||||
//nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
|
||||
"github.com/golang/protobuf/proto"
|
||||
dto "github.com/prometheus/client_model/go"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue