You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/zmap/zgrab2
# github.com/prometheus/common/expfmt
src/github.com/prometheus/common/expfmt/decode.go:89:38: cannot use v (variable of type *io_prometheus_client.MetricFamily) as type protoreflect.ProtoMessage in argument to pbutil.ReadDelimited:
*io_prometheus_client.MetricFamily does not implement protoreflect.ProtoMessage (missing ProtoReflect method)
src/github.com/prometheus/common/expfmt/encode.go:120:40: cannot use v (variable of type *io_prometheus_client.MetricFamily) as type protoreflect.ProtoMessage in argument to pbutil.WriteDelimited:
*io_prometheus_client.MetricFamily does not implement protoreflect.ProtoMessage (missing ProtoReflect method)
Installing it on Debian 10
go version go1.19.3 linux/amd64
$GOPATH is setup
any help is highly appreciated
The text was updated successfully, but these errors were encountered:
after running "go get github.com/zmap/zgrab2"
I'm getting the following error:
Installing it on Debian 10
go version go1.19.3 linux/amd64
$GOPATH is setup
any help is highly appreciated
The text was updated successfully, but these errors were encountered: