parent
4c74ff0abb
commit
aa32db803b
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.kle.li/gapodo/woodpecker-plugin-lib
|
||||
module git.kle.li/woodpecker/plugin-lib
|
||||
|
||||
go 1.19
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
package urfave
|
||||
|
||||
import (
|
||||
"git.kle.li/gapodo/woodpecker-plugin-lib/common"
|
||||
"git.kle.li/woodpecker/plugin-lib/common"
|
||||
"github.com/urfave/cli/v2"
|
||||
"github.com/woodpecker-ci/woodpecker/pipeline/frontend"
|
||||
"github.com/woodpecker-ci/woodpecker/pipeline/frontend/yaml/matrix"
|
||||
|
|
Loading…
Reference in New Issue