add secret plugin interface

This commit is contained in:
Brad Rydzewski 2018-02-21 14:24:45 -08:00
parent a12fe49296
commit 5f5a0413fe

View file

@ -10,8 +10,8 @@ import (
"time"
"github.com/Sirupsen/logrus"
"github.com/drone/drone/extras/secrets"
"github.com/drone/drone/model"
"github.com/drone/drone/plugins/secrets"
"github.com/hashicorp/vault/api"
"gopkg.in/yaml.v2"