terraform/plugin/discovery
Martin Atkins 04bcece59c plugin/discovery: handle the -Xn suffix used by auto-installed plugins
This is used to mark the plugin protocol version. Currently we actually
just ignore this entirely, since only one protocol version exists anyway.
Later we will need to add checks here to ensure that we only pay attention
to plugins of the right version.
2017-06-09 14:03:59 -07:00
..
test-fixtures plugin/discovery: find plugins in a given set of directories 2017-06-09 14:03:59 -07:00
find.go plugin/discovery: handle the -Xn suffix used by auto-installed plugins 2017-06-09 14:03:59 -07:00
find_test.go plugin/discovery: handle the -Xn suffix used by auto-installed plugins 2017-06-09 14:03:59 -07:00
get.go rename some Constraints methods per code review 2017-06-09 14:03:59 -07:00
get_test.go add test for newestVersion 2017-06-09 14:03:59 -07:00
meta.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
meta_set.go rename some Constraints methods per code review 2017-06-09 14:03:59 -07:00
meta_set_test.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
meta_test.go plugin/discovery: SHA256() method to get the hash of each plugin 2017-06-09 14:03:59 -07:00
requirements.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
requirements_test.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
version.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
version_set.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
version_set_test.go rename some Constraints methods per code review 2017-06-09 14:03:59 -07:00