deepflow icon indicating copy to clipboard operation
deepflow copied to clipboard

Ingester compilation error caused by unknown dependency revision

Open rvql opened this issue 3 years ago • 0 comments

Executing make in server/ leads to the following error:

go generate ./...
go mod tidy && go mod vendor
go: downloading github.com/ionos-cloud/sdk-go/v6 v6.0.5851
github.com/metaflowys/metaflow/server/ingester/ext_metrics/decoder imports
        github.com/prometheus/prometheus/storage/remote imports
        github.com/prometheus/prometheus/config tested by
        github.com/prometheus/prometheus/config.test imports
        github.com/prometheus/prometheus/discovery/ionos imports
        github.com/ionos-cloud/sdk-go/v6: reading github.com/ionos-cloud/sdk-go/go.mod at revision v6.0.5851: unknown revision v6.0.5851
make: *** [vendor] 错误 1

rvql avatar Jun 29 '22 08:06 rvql