mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 18:13:08 +00:00
fixed dep issue
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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{}{
|
||||||
|
Reference in New Issue
Block a user