opencontrol / compliance-masonry

Security Documentation Builder
Other
348 stars 82 forks source link

go-utils/ufs dependency not found #270

Closed gbrunett closed 6 years ago

gbrunett commented 6 years ago

Please forgive the newbie question., but is anyone else getting this error? Is there a workaround or fix available?

$ go get github.com/opencontrol/compliance-masonry

cd .; git clone https://github.com/go-utils/ufs /usr/local/bin/src/github.com/go-utils/ufs

Cloning into '/usr/local/bin/src/github.com/go-utils/ufs'... fatal: could not read Username for 'https://github.com': terminal prompts disabled package github.com/go-utils/ufs: exit status 128

Any guidance would be greatly appreciated.

jamesrenfro commented 6 years ago

I'm seeing the same error - it seems that ufs might be a private repo.

jcscottiii commented 6 years ago

it used to be a public repo. seems like they removed it / made it private. need to move to another library that abstracts file system operations. maybe something like: https://github.com/spf13/afero

afeld commented 6 years ago

Fixed by #272. Sorry for the delay!