opentofu/plugin/discovery
James Bardin 2749946f5c basic plugin getter
Add discovery.GetProviders to fetch plugins from the relases site.

This is an early version, with no tests, that only (probably) fetches
plugins from the default location. The URLs are still subject to change,
and since there are no plugin releases, it doesn't work at all yet.
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_test.go plugin/discovery: find plugins in a given set of directories 2017-06-09 14:03:59 -07:00
find.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
get.go basic plugin getter 2017-06-09 14:03:59 -07:00
meta_set_test.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
meta_set.go expose Version.NewerThan 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
meta.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
requirements.go Rename VersionSet to Constraints 2017-06-09 14:03:59 -07:00
version_set_test.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
version_set.go Rename VersionSet to Constraints 2017-06-09 14:03:59 -07:00
version.go expose Version.NewerThan 2017-06-09 14:03:59 -07:00