Skip to content

SchedOps cannot be vendored #71

Description

@fmilichovsky

BUG REPORT:

What happened:
go mod vendor currently fails:

❯ go mod vendor
go: github.com/portworx/sched-ops@v1.20.4-rc1.0.20220208024433-611d861089d4 requires
        github.com/libopenstorage/stork@v1.4.1-0.20210903185636-5a1f8a4142bf requires
        github.com/portworx/torpedo@v0.20.4-rc1.0.20210325154352-eb81b0cdd145 requires
        github.com/portworx/sched-ops@v0.20.4-openstorage-rc3.0.20210325150944-0b2c202335f7: invalid pseudo-version: revision 0b2c202335f7 is not a descendent of preceding tag (v0.20.4-openstorage-rc3)
go: github.com/portworx/sched-ops@v1.20.4-rc1.0.20220208024433-611d861089d4 requires
        github.com/libopenstorage/stork@v1.4.1-0.20210903185636-5a1f8a4142bf requires
        github.com/portworx/torpedo@v0.20.4-rc1.0.20210325154352-eb81b0cdd145 requires
        github.com/portworx/sched-ops@v0.20.4-openstorage-rc3.0.20210325150944-0b2c202335f7: invalid pseudo-version: revision 0b2c202335f7 is not a descendent of preceding tag (v0.20.4-openstorage-rc3)

What you expected to happen:
go mod vendor can be successfully run on the repo.

How to reproduce it (as minimally and precisely as possible):
Run go mod vendor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions