1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00
wasm-experiments/Gopkg.toml
2018-06-25 15:48:55 +01:00

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