fixed dep issue

This commit is contained in:
Brad Rydzewski 2015-01-13 23:18:31 -08:00
parent ff127f0349
commit 97d80a43b7
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import (
"github.com/drone/drone/shared/build/buildfile" "github.com/drone/drone/shared/build/buildfile"
"github.com/drone/drone/shared/build/repo" "github.com/drone/drone/shared/build/repo"
"gopkg.in/v1/yaml" "gopkg.in/v1/yaml"
"gopkg.in/yaml.v1"
) )
type PublishToDrone struct { type PublishToDrone struct {

View file

@ -5,7 +5,7 @@ import (
"strings" "strings"
"testing" "testing"
"gopkg.in/v1/yaml" "gopkg.in/yaml.v1"
) )
var validcfg = map[string]interface{}{ var validcfg = map[string]interface{}{