mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
This PR brings go-plugin up to date from ~v1.0.1 to v1.4.0 (about 18 months) with a grab-bag of bux fixes.
16 lines
475 B
Modula-2
16 lines
475 B
Modula-2
module github.com/hashicorp/go-plugin
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.4
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb
|
|
github.com/jhump/protoreflect v1.6.0
|
|
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
|
|
github.com/oklog/run v1.0.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
google.golang.org/grpc v1.27.1
|
|
)
|