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-15 13:49:55 +01:00

29 lines
554 B
TOML

required = [
"github.com/johanbrandhorst/grpc-wasm/protoc-gen-wasm",
"github.com/golang/protobuf/protoc-gen-go",
]
[[constraint]]
branch = "master"
name = "github.com/johanbrandhorst/fetch"
[[constraint]]
branch = "master"
name = "github.com/johanbrandhorst/grpc-wasm"
[[constraint]]
version = "1.1.0"
name = "github.com/golang/protobuf"
[[constraint]]
branch = "master"
name = "google.golang.org/genproto"
[[constraint]]
version = "1.12.0"
name = "google.golang.org/grpc"
[prune]
go-tests = true
unused-packages = true