mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
This fixes a bug related to shutting down of GRPC plugin interfaces (more info: https://github.com/hashicorp/go-plugin/pull/88) This does not yet fix all test cases for subprocess leaking, but is a useful independant change.
14 lines
520 B
Modula-2
14 lines
520 B
Modula-2
module github.com/hashicorp/go-plugin
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb
|
|
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
|
|
github.com/oklog/run v1.0.0
|
|
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
|
|
golang.org/x/text v0.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
|
|
google.golang.org/grpc v1.14.0
|
|
)
|