e2e
e2e copied to clipboard
Dependency on tools.git/core is for a detached commit; this breaks builds
https://github.com/efficientgo/e2e/blob/main/go.mod#L5-L6 says:
require (
github.com/efficientgo/tools/core v0.0.0-20210129205121-421d0828c9a6
efficientgo/tools@421d0828c9a6 is a commit does not belong to any branch on this repository, and may belong to a fork outside of the repository and it seems I'm unable to build https://github.com/observatorium/obsctl because of this:
go: github.com/efficientgo/[email protected] requires
github.com/efficientgo/tools/[email protected]: invalid version: unknown revision 421d0828c9a6
make: *** [Makefile:54: deps] Błąd 1
Ref: thanos-io/thanos#4806