mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
Update go.mod and vendor
This commit is contained in:
19
vendor/github.com/moby/buildkit/session/auth/auth.proto
generated
vendored
19
vendor/github.com/moby/buildkit/session/auth/auth.proto
generated
vendored
@@ -1,19 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package moby.filesync.v1;
|
||||
|
||||
option go_package = "auth";
|
||||
|
||||
service Auth{
|
||||
rpc Credentials(CredentialsRequest) returns (CredentialsResponse);
|
||||
}
|
||||
|
||||
|
||||
message CredentialsRequest {
|
||||
string Host = 1;
|
||||
}
|
||||
|
||||
message CredentialsResponse {
|
||||
string Username = 1;
|
||||
string Secret = 2;
|
||||
}
|
Reference in New Issue
Block a user