mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
32 lines
732 B
TOML
32 lines
732 B
TOML
required = [
|
|
"github.com/johanbrandhorst/grpc-wasm/protoc-gen-wasm",
|
|
"github.com/golang/protobuf/protoc-gen-go",
|
|
]
|
|
|
|
[[constraint]]
|
|
version = "1.1.0"
|
|
name = "github.com/golang/protobuf"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "google.golang.org/genproto"
|
|
|
|
[[constraint]]
|
|
branch = "add-grpc-web-client"
|
|
name = "google.golang.org/grpc"
|
|
source = "github.com/johanbrandhorst/grpc-go"
|
|
|
|
[[override]]
|
|
branch = "add-grpc-web-client"
|
|
name = "google.golang.org/grpc"
|
|
source = "github.com/johanbrandhorst/grpc-go"
|
|
|
|
[[constraint]]
|
|
branch = "set-content-type-in-response"
|
|
name = "github.com/improbable-eng/grpc-web"
|
|
source = "github.com/johanbrandhorst/grpc-web"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|