Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

0.13.1, golang 0.10 lstat /proc/11/fd/3: no such file or directory #976

Open marcellodesales opened 6 years ago

marcellodesales commented 6 years ago

glide install
...
...
[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Fetching github.com/spf13/viper
[INFO]  --> Fetching github.com/Sirupsen/logrus
[INFO]  Resolving imports
[ERROR] Failed to build an initial list of packages to scan: lstat /proc/11/fd/3: no such file or directory
[ERROR] Failed to resolve local packages: lstat /proc/11/fd/3: no such file or directory
make: *** [get-deps] Error 1
ERROR: Service 'intuit-k8s' failed to build: The command '/bin/sh -c make get-deps && make build' returned a non-zero code: 2```