cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

fix: Use go modules to fetch and build cozy-stack #297

Closed taratatach closed 5 years ago

taratatach commented 5 years ago

cozy-stack has switched to go modules which requires us to use the GO111MODULE=on env variable when running go get to fetch and build cozy-stack. Besides, cozy-stack has a dependency to github.com/robfig/cron/v3 which is not completely compatible with go modules (i.e. the v3 part) and prevents us from running go get -u.