DockerCLI/cli-plugins/manager
Sebastiaan van Stijn 6703919c71
Replace vbom.ml/util with fvbommel/sortorder
The vanity domain is down, and the project has moved
to a new location.

vendor check started failing because of this:

    Collecting initial packages
    Download dependencies
    unrecognized import path "vbom.ml/util" (https fetch: Get https://vbom.ml/util?go-get=1: dial tcp: lookup vbom.ml on 169.254.169.254:53: no such host)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-28 15:35:42 +02:00
..
candidate.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
candidate_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
cobra.go Refactor plugins' vendor location on --help 2019-02-21 17:54:11 +01:00
error.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
error_test.go Update some uses of errors.Cause() to errors.Is() 2020-05-10 19:56:35 +02:00
manager.go Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
manager_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
manager_unix.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
manager_windows.go Search Windows CLI plugins also in ProgramFiles 2019-03-20 11:45:03 -07:00
metadata.go Removing CLI plugins API documentation from official documentation as it is now deprecated. 2020-05-19 10:37:35 +02:00
plugin.go cli-plugins: add concept of experimental plugin, only enabled in experimental mode 2019-05-22 15:35:34 +00:00
suffix_unix.go Refactor code which deals with Windows' `.exe` suffix 2019-01-30 13:45:26 +00:00
suffix_windows.go Check for `.exe` case insensitively 2019-01-30 13:45:26 +00:00