Facing an issue with go-openapi/analysis library using glide

67 Views Asked by At

I was trying to install the go-openapi/analysis using the glide. Using the glide up -v command for installing. Glide version v0.13.2 and go version 1.11

glide.yaml

package: abc
import:
- package: github.com/go-openapi/analysis
  version: 0.16.0

Got this error during the installation process.

Keeping github.com/go-openapi/analysis 0.16.0 [INFO] 
--> Setting version for github.com/mailru/easyjson to 2f5df55504ebc322e4d52d34df6a1f5b503bf26d. 
[ERROR] Error scanning path/filepath: cannot find package "." in: 
.glide/cache/src/https-path-filepath
0

There are 0 best solutions below