mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Remove vault-plugin-mock (#31004)
This commit is contained in:
parent
ac335145b7
commit
bef4afdb44
3 changed files with 0 additions and 14 deletions
|
|
@ -1,11 +0,0 @@
|
|||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
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.
|
||||
1
go.mod
1
go.mod
|
|
@ -151,7 +151,6 @@ require (
|
|||
github.com/hashicorp/vault-plugin-database-redis v0.6.0
|
||||
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.7.0
|
||||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.1
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -1578,8 +1578,6 @@ github.com/hashicorp/vault-plugin-database-redis-elasticache v0.7.0 h1:0U6u57SzH
|
|||
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.7.0/go.mod h1:jn8+JnaS5DLNAGNYK+z24bL26jCQkJ6kVX0PKpnKyyc=
|
||||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.1 h1:7WUjMsEfsJFVcrm3O74i9eR+c3xGpurLLHehqRv2CDs=
|
||||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.1/go.mod h1:6FMpVX+clx1wc7s1MfY6/+N5yNhhVgDxHj1wsrr89bY=
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD51IQzy71hx8P0=
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0 h1:hQ3NmPvlfqjUJOFVPsmLKtVjJLgTGC6svkL2CGoo8zs=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0/go.mod h1:+DVIGigIqw63QjP3/3tHQnB8EYzc1YfhKsTr+WJGZns=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0 h1:r0ynX2WP8jYfnw6LZ1BnRSO0OlAdv5PW1dj4QPbiiWk=
|
||||
|
|
|
|||
Loading…
Reference in a new issue