You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2022. It is now read-only.
not sure why it shows the error: cannot find module providing package github.com/c9s/bbgo: working directory is not part of a module
I built a binary with pkger, and shipped the binary to somewhere else, then it shows this message. It seems the runtime still needs the go module files as a dependency?
not sure why it shows the error:
cannot find module providing package github.com/c9s/bbgo: working directory is not part of a moduleI built a binary with pkger, and shipped the binary to somewhere else, then it shows this message. It seems the runtime still needs the go module files as a dependency?