]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/go-plugin/go.mod
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / go-plugin / go.mod
1 module github.com/hashicorp/go-plugin
2
3 require (
4 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
5 github.com/golang/protobuf v1.2.0
6 github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
7 github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb
8 github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
9 github.com/oklog/run v1.0.0
10 github.com/stretchr/testify v1.3.0 // indirect
11 golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
12 golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
13 golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect
14 golang.org/x/text v0.3.0 // indirect
15 google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
16 google.golang.org/grpc v1.14.0
17 )