reg/vendor/github.com/docker/docker-ce/components/engine/builder/remotecontext/tarsum.proto
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00

7 lines
147 B
Protocol Buffer

syntax = "proto3";
package remotecontext; // no namespace because only used internally
message TarsumBackup {
map<string, string> Hashes = 1;
}