My binary package have some dependencies installed from go get command.
But i see it doesn't work after using deploy.sh.
There are some errors like:
cannot find package github.com/robfig/cron (using -importcfg)
cannot find package github.com/go-chi/chi/middleware (using -importcfg)
My binary package have some dependencies installed from
go getcommand.But i see it doesn't work after using
deploy.sh.There are some errors like: