Jeffail/gabs

glide install fails

Opened this issue · 1 comments

When I run glide install i get below error

[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Fetching github.com/gorilla/mux
[INFO]  --> Fetching github.com/Jeffail/gabs
[INFO]  --> Fetching github.com/golang/gddo
[INFO]  --> Detected semantic version. Setting version for github.com/Jeffail/gabs to v2.4.0
[INFO]  --> Detected semantic version. Setting version for github.com/gorilla/mux to v1.7.3
[INFO]  Resolving imports
[ERROR] Error scanning github.com/Jeffail/gabs/v2: cannot find package "." in:
        /Users/alogishe/.glide/cache/src/https-github.com-Jeffail-gabs/v2
[ERROR] Failed to retrieve a list of dependencies: Error resolving imports

Below is the glide.yml

package: .
import:
  - package: github.com/Jeffail/gabs
    version: ~2.4.0
    subpackages:
      - v2
  - package: github.com/golang/gddo
    subpackages:
      - httputil/header
  - package: github.com/gorilla/mux
    version: ~1.7.3

Hey @alogishetty, is this still an issue? I'm not aware of how glide works so I'm not sure I can provide much help here.