If the external packages can be located via your GOPATH, then `gcloud app
deploy` should also be able to find the code and compile+deploy the app.
You could also vendor the external packages (so they appear under a
"vendor" folder in the same directory as your app's entry point and the
rest of your
Hey there!
I'm trying to convert an AppEngine flexible setup to standard environment.
I hit a problem with a piece of code that depends on some protobuf
definitions.
The problem is that the protobuf definitions import some external packages:
import google_protobuf "github.com/golang/protobuf/pty