File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
ALPINE_VERSION ?= 3.10
2
2
GO_VERSION ?= 1.12.9
3
- GRPC_GATEWAY_VERSION ?= 1.9.6
3
+ GRPC_GATEWAY_VERSION ?= 1.11.1
4
4
GRPC_JAVA_VERSION ?= 1.23.0
5
5
GRPC_RUST_VERSION ?= 0.6.1
6
6
GRPC_SWIFT_VERSION ?= 0.9.1
@@ -10,12 +10,12 @@ PROTOBUF_C_VERSION ?= 1.3.2
10
10
PROTOC_GEN_DOC_VERSION ?= 1.3.0
11
11
PROTOC_GEN_FIELDMASK_VERSION ?= 0.1.5
12
12
PROTOC_GEN_GO_VERSION ?= 1.3.2
13
- PROTOC_GEN_GOGO_VERSION ?= 1.2.1
13
+ PROTOC_GEN_GOGO_VERSION ?= 1.3.0
14
14
PROTOC_GEN_GOGOTTN_VERSION ?= 3.0.12
15
15
PROTOC_GEN_LINT_VERSION ?= 0.2.1
16
16
PROTOC_GEN_VALIDATE_VERSION ?= 0.2.0-java
17
17
RUST_PROTOBUF_VERSION ?= 2.8.0
18
- RUST_VERSION ?= 1.36 .0
18
+ RUST_VERSION ?= 1.37 .0
19
19
SWIFT_VERSION ?= 5.0.2
20
20
UPX_VERSION ?= 3.95
21
21
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func main() {
58
58
{"gogo" , "protobuf" },
59
59
{"TheThingsIndustries" , "protoc-gen-gogottn" },
60
60
{"ckaznocha" , "protoc-gen-lint" },
61
- {"lyft " , "protoc-gen-validate" },
61
+ {"envoyproxy " , "protoc-gen-validate" },
62
62
{"stepancheg" , "rust-protobuf" },
63
63
{"rust-lang" , "rust" },
64
64
{"apple" , "swift" },
You can’t perform that action at this time.
0 commit comments