Skip to content

Commit 56f9791

Browse files
authored
Update README.md
Add Boundary to the list of HC projects using go-plugin.
1 parent d555eeb commit 56f9791

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
`go-plugin` is a Go (golang) plugin system over RPC. It is the plugin system
44
that has been in use by HashiCorp tooling for over 4 years. While initially
55
created for [Packer](https://www.packer.io), it is additionally in use by
6-
[Terraform](https://www.terraform.io), [Nomad](https://www.nomadproject.io), and
7-
[Vault](https://www.vaultproject.io).
6+
[Terraform](https://www.terraform.io), [Nomad](https://www.nomadproject.io),
7+
[Vault](https://www.vaultproject.io), and
8+
[Boundary](https://www.boundaryproject.io).
89

910
While the plugin system is over RPC, it is currently only designed to work
1011
over a local [reliable] network. Plugins over a real network are not supported

0 commit comments

Comments
 (0)