updated organisation

main v0.0.5
gapodo 2022-10-30 19:52:17 +01:00
parent 4c74ff0abb
commit aa32db803b
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.kle.li/gapodo/woodpecker-plugin-lib
module git.kle.li/woodpecker/plugin-lib
go 1.19

View File

@ -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"