mysteriumnetwork / go-openvpn

GNU Affero General Public License v3.0
119 stars 34 forks source link

make deps throw error #64

Open kalikaneko opened 3 years ago

kalikaneko commented 3 years ago

when following the readme, make deps throws a missing file error.

❯ make deps                                                                                                                                                                                                                                   
go get -u -d github.com/magefile/mage                                                                                                                                                                                                         
go run ./ci/mage.go -d ./ci deps                                                                                                                                                                                                              
stat ./ci/mage.go: no such file or directory                                                                                                                                                                                                  
make: *** [Makefile:16: deps] Error 1 
jasirjasir commented 3 years ago

Did you solve the issue? I am getting same error while building

nanduviswanathan commented 3 years ago

I am also getting the same error make deps go run ./ci/mage.go -d ./ci deps stat ./ci/mage.go: no such file or directory make: *** [deps] Error 1