mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-14 11:33:48 +08:00
refactor: update go mod library (#210)
refactor: update go mod library and refactor dev logic Co-authored-by: wencaiwulue <895703375@qq.com>
This commit is contained in:
4
vendor/github.com/docker/cli/cli-plugins/manager/candidate.go
generated
vendored
4
vendor/github.com/docker/cli/cli-plugins/manager/candidate.go
generated
vendored
@@ -1,8 +1,6 @@
|
||||
package manager
|
||||
|
||||
import (
|
||||
exec "golang.org/x/sys/execabs"
|
||||
)
|
||||
import "os/exec"
|
||||
|
||||
// Candidate represents a possible plugin candidate, for mocking purposes
|
||||
type Candidate interface {
|
||||
|
Reference in New Issue
Block a user