mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-10 18:31:20 +02:00
fixed dep issue
This commit is contained in:
parent
ff127f0349
commit
97d80a43b7
@ -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…
x
Reference in New Issue
Block a user