Skip to content

dep ensure is not working #169

@fabianTMC

Description

@fabianTMC

If I try dep ensure -add github.com/mailgun/mailgun-go or dep ensure -add github.com/mailgun/mailgun-go/v3, I get the following error:

Solving failure: No versions of github.com/mailgun/mailgun-go met constraints:
        v3.3.0: Could not introduce github.com/mailgun/mailgun-go@v3.3.0, as its subpackage github.com/mailgun/mailgun-go/v3 is missing. (Package is required by (root).)
        v3.2.0: Could not introduce github.com/mailgun/mailgun-go@v3.2.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        v3.1.0: Could not introduce github.com/mailgun/mailgun-go@v3.1.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        v3.0.1: Could not introduce github.com/mailgun/mailgun-go@v3.0.1, as it is not allowed by constraint ^3.3.0 from project projectname.
        v3.0.0: Could not introduce github.com/mailgun/mailgun-go@v3.0.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        v2.0.0: Could not introduce github.com/mailgun/mailgun-go@v2.0.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        v1.1.1: Could not introduce github.com/mailgun/mailgun-go@v1.1.1, as it is not allowed by constraint ^3.3.0 from project projectname.
        v1.1.0: Could not introduce github.com/mailgun/mailgun-go@v1.1.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        v1.0.2: Could not introduce github.com/mailgun/mailgun-go@v1.0.2, as it is not allowed by constraint ^3.3.0 from project projectname.
        v1.0.1: Could not introduce github.com/mailgun/mailgun-go@v1.0.1, as it is not allowed by constraint ^3.3.0 from project projectname.
        v1.0.0: Could not introduce github.com/mailgun/mailgun-go@v1.0.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        3.3.0-rc.1: Could not introduce github.com/mailgun/mailgun-go@3.3.0-rc.1, as it is not allowed by constraint ^3.3.0 from project projectname.
        v3.0.0-rc.2: Could not introduce github.com/mailgun/mailgun-go@v3.0.0-rc.2, as it is not allowed by constraint ^3.3.0 from project projectname.
        v3.0.0-rc.1: Could not introduce github.com/mailgun/mailgun-go@v3.0.0-rc.1, as it is not allowed by constraint ^3.3.0 from project projectname.
        master: Could not introduce github.com/mailgun/mailgun-go@master, as it is not allowed by constraint ^3.3.0 from project projectname.
        brendan/add-black-greylisting-reasons: Could not introduce github.com/mailgun/mailgun-go@brendan/add-black-greylisting-reasons, as it is not allowed by constraint ^3.3.0 from project projectname.
        issue/159: Could not introduce github.com/mailgun/mailgun-go@issue/159, as it is not allowed by constraint ^3.3.0 from project projectname.
        kristen/go-messages: Could not introduce github.com/mailgun/mailgun-go@kristen/go-messages, as it is not allowed by constraint ^3.3.0 from project projectname.
        release/2.0.0: Could not introduce github.com/mailgun/mailgun-go@release/2.0.0, as it is not allowed by constraint ^3.3.0 from project projectname.
        thrawn/develop: Could not introduce github.com/mailgun/mailgun-go@thrawn/develop, as it is not allowed by constraint ^3.3.0 from project projectname.
        travis-testing: Could not introduce github.com/mailgun/mailgun-go@travis-testing, as it is not allowed by constraint ^3.3.0 from project projectname.
        v2.0.0-RC1: Could not introduce github.com/mailgun/mailgun-go@v2.0.0-RC1, as it is not allowed by constraint ^3.3.0 from project projectname.
        V3.0.0: Could not introduce github.com/mailgun/mailgun-go@V3.0.0, as it is not allowed by constraint ^3.3.0 from project projectname

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