mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
fixed dep issue
This commit is contained in:
parent
ff127f0349
commit
97d80a43b7
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"github.com/drone/drone/shared/build/buildfile"
|
||||
"github.com/drone/drone/shared/build/repo"
|
||||
"gopkg.in/v1/yaml"
|
||||
"gopkg.in/yaml.v1"
|
||||
)
|
||||
|
||||
type PublishToDrone struct {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"gopkg.in/v1/yaml"
|
||||
"gopkg.in/yaml.v1"
|
||||
)
|
||||
|
||||
var validcfg = map[string]interface{}{
|
||||
|
|
Loading…
Reference in a new issue