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

@ -18,7 +18,7 @@ import (
"io"
"net/http"
"github.com/matttproud/golang_protobuf_extensions/pbutil"
"github.com/matttproud/golang_protobuf_extensions/v2/pbutil"
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
"google.golang.org/protobuf/encoding/prototext"