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 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?