go-bongo / bongo

Go ODM for MongoDB
MIT License
486 stars 40 forks source link

Repository 'go-dotaccess' not found while installing #19

Closed yaronius closed 7 years ago

yaronius commented 7 years ago

When I try to import the library, I get error about missing dependency which is not present on GitHub:

go get github.com/maxwellhealth/bongo cd .; git clone https://github.com/maxwellhealth/go-dotaccess /Users/user/go/src/github.com/maxwellhealth/go-dotaccess Cloning into '/Users/user/go/src/github.com/maxwellhealth/go-dotaccess'... remote: Repository not found. fatal: repository 'https://github.com/maxwellhealth/go-dotaccess/' not found package github.com/maxwellhealth/go-dotaccess: exit status 128

securingsincity commented 7 years ago

@yaronius this should be resolved now. We're in the processing of moving around some older repos and that got deleted in the process.

yaronius commented 7 years ago

Thank you, it does work now!