Xray-core/core/proto.go
mmmray 2cb7603642 Pin protobuf packages
It happened in the past that I ran with the wrong protobuf version
installed locally, and apparently there is even still some file wrong in
splithttp. Fix this issue once and for all.
2024-08-21 17:39:40 -05:00

6 lines
234 B
Go

package core
//go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
//go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
//go:generate go run ../infra/vprotogen/main.go -pwd ./..