blob: 9279c828f1da36beafb407c91599007d9bb5c882 [file] [log] [blame]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package plugin
import (
_ "github.com/hashicorp/vault-plugin-mock"
)
// This file exists to force an import of vault-plugin-mock (which itself does nothing),
// for purposes of CI and GitHub actions testing between plugin repos and Vault.