-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Description
Tried to use resty with dep
-enabled project and have the following issue.
Start point:
Gopkg.toml
code:
[[constraint]]
name = "github.com/go-resty/resty"
version = "v2.0.0"
Run dep ensure
and got:
Solving failure: No versions of github.com/go-resty/resty met constraints:
v2.0.0: Could not introduce github.com/go-resty/[email protected], as its subpackage github.com/go-resty/resty/v2 is missing. (Package is required by (root).)
Probably related to this issue
Can you, please, give an advice?