mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
parent
ff99b39d09
commit
655f1ebe6e
2 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,6 @@ require (
|
|||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
||||
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
||||
golang.org/x/text v0.3.0 // indirect
|
||||
google.golang.org/grpc v1.27.0
|
||||
google.golang.org/grpc v1.32.0
|
||||
google.golang.org/protobuf v1.26.0 // indirect
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
all: ../daemon/ui/protocol/ui.pb.go ../ui/opensnitch/ui_pb2.py
|
||||
|
||||
../daemon/ui/protocol/ui.pb.go: ui.proto
|
||||
protoc -I. ui.proto --go_out=plugins=grpc:../daemon/ui/protocol/ --go_opt=paths=source_relative
|
||||
protoc -I. ui.proto --go_out=../daemon/ui/protocol/ --go-grpc_out=../daemon/ui/protocol/ --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative
|
||||
|
||||
../ui/opensnitch/ui_pb2.py: ui.proto
|
||||
python3 -m grpc_tools.protoc -I. --python_out=../ui/opensnitch/ --grpc_python_out=../ui/opensnitch/ ui.proto
|
||||
|
|
Loading…
Add table
Reference in a new issue