protobuild
                                
                                
                                
                                    protobuild copied to clipboard
                            
                            
                            
                        support paths=source_relative
paths=source_relative enables protobuild to work when a project is checked out to a directory not located in the GOPATH.
This was able to work for you in the containerd main project as well? I'll have to test this one out since it is a common issue I have.
Does this still work having before = ["."] in the Protobuild file? I noticed with this change it wasn't able to resolve a local file unless I converted "." to the real path, which shouldn't be in the Protobuild file obviously.
@dmcgowan I did notice issues with "." in the Protobuild file too.
Closing; this is mostly addressed by https://github.com/containerd/protobuild/pull/54 and the gap can be followed up separately.