update to latest github.com/prometheus/common to drop dependency on github.com/golang/protobuf

This commit is contained in:
Mechiel Lukkien
2023-12-14 14:05:50 +01:00
parent 920b858da7
commit 6d081f38fc
33 changed files with 28 additions and 9280 deletions

View File

@ -22,7 +22,7 @@ import (
dto "github.com/prometheus/client_model/go"
"github.com/matttproud/golang_protobuf_extensions/pbutil"
"github.com/matttproud/golang_protobuf_extensions/v2/pbutil"
"github.com/prometheus/common/model"
)