You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
Godep should copy the dependencies into the Godeps file and vendor folder
Actual behavior
Error is shown saying that chmod is not supported by Windows. Sample: godep: chmod vendor\github.com\square\go-jose\json\decode.go: not supported by windows
Steps to reproduce behavior
Run godep save ./... on a new project that has dependencies.
godep version output
godep v72 (windows/amd64/go1.6.1)
go version output
go version go1.6.1 windows/amd64
The text was updated successfully, but these errors were encountered:
Expected behavior
Godep should copy the dependencies into the Godeps file and vendor folder
Actual behavior
Error is shown saying that chmod is not supported by Windows. Sample:
godep: chmod vendor\github.com\square\go-jose\json\decode.go: not supported by windows
Steps to reproduce behavior
Run
godep save ./...
on a new project that has dependencies.godep version
outputgodep v72 (windows/amd64/go1.6.1)
go version
outputgo version go1.6.1 windows/amd64
The text was updated successfully, but these errors were encountered: