remote-apis-sdks
remote-apis-sdks copied to clipboard
use the modern go import path for longrunning
google.golang.org/genproto/googleapis/longrunning is just an alias for cloud.google.com/go/longrunning/autogen/longrunningpb, so ideally remote-apis-sdks would import the latter not the former.
I hope this is something that can be simply tweaked in your export process.