update tests and deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-07-05 16:26:57 +03:00
parent 3ceff22f52
commit 32039b342f
17 changed files with 826 additions and 105 deletions

7
client/drpc/tools.go Normal file
View File

@@ -0,0 +1,7 @@
// +build tools
package drpc
import (
_ "storj.io/drpc/cmd/protoc-gen-go-drpc"
)