Skip to content

Commit 9bad4be

Browse files
authored
Merge pull request #789 from henry118/fix
regenerate protobuf with the right protoc compiler version
2 parents 73f17ac + 12ccf1c commit 9bad4be

File tree

13 files changed

+59
-59
lines changed

13 files changed

+59
-59
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require (
1414
github.com/containernetworking/plugins v1.4.0
1515
github.com/firecracker-microvm/firecracker-go-sdk v0.22.1-0.20220427214706-47505a9cf951
1616
github.com/gofrs/uuid v3.3.0+incompatible
17+
github.com/golang/protobuf v1.5.4
1718
github.com/hashicorp/go-multierror v1.1.1
1819
github.com/miekg/dns v1.1.25
1920
github.com/opencontainers/image-spec v1.1.0-rc3
@@ -79,7 +80,6 @@ require (
7980
github.com/godbus/dbus/v5 v5.1.0 // indirect
8081
github.com/gogo/protobuf v1.3.2 // indirect
8182
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
82-
github.com/golang/protobuf v1.5.4 // indirect
8383
github.com/google/go-cmp v0.6.0 // indirect
8484
github.com/google/gofuzz v1.2.0 // indirect
8585
github.com/google/uuid v1.6.0 // indirect

proto/events.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/service/drivemount/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PROTO_GEN_SRC_TTRPC := $(addprefix ttrpc/,$(PROTO_GEN_SRC))
1717

1818
$(PROTO_GEN_SRC_TTRPC): $(PROTO_SRC)
1919
protoc -I. -I$(PROTOPATH)\
20-
--go-out=:ttrpc \
20+
--go_out=:ttrpc \
2121
$^
2222
protoc -I. -I$(PROTOPATH)\
2323
--go-ttrpc_out=:ttrpc \

proto/service/drivemount/ttrpc/drivemount.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/service/drivemount/ttrpc/drivemount_ttrpc.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/service/fccontrol/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ PROTO_GEN_SRC_TTRPC := $(addprefix ttrpc/,$(PROTO_GEN_SRC))
1717

1818
$(PROTO_GEN_SRC_TTRPC): $(PROTO_SRC)
1919
protoc -I. -I$(PROTOPATH)\
20-
--go_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
20+
--go_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto,Mtypes.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
2121
$^
2222
protoc -I. -I$(PROTOPATH)\
23-
--go-ttrpc_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
23+
--go-ttrpc_out=Mfirecracker.proto=github.com/firecracker-microvm/firecracker-containerd/proto,Mtypes.proto=github.com/firecracker-microvm/firecracker-containerd/proto:ttrpc \
2424
$^
2525

2626
proto: $(PROTO_GEN_SRC_TTRPC)

proto/service/fccontrol/ttrpc/fccontrol.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/service/fccontrol/ttrpc/fccontrol_ttrpc.pb.go

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/service/ioproxy/ttrpc/ioproxy.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)