1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-09 07:42:52 +03:00

refactor: use own import paths (#5)

This commit is contained in:
Patrick Schratz
2025-01-17 00:36:19 +01:00
committed by GitHub
parent 40e255ba55
commit 5e0dc2688f
393 changed files with 1094 additions and 1386 deletions

View File

@@ -1,9 +1,8 @@
package kubernetes
import (
backend "github.com/crowci/crow/v3/pipeline/backend/types"
"github.com/go-viper/mapstructure/v2"
backend "go.woodpecker-ci.org/woodpecker/v3/pipeline/backend/types"
)
// BackendOptions defines all the advanced options for the kubernetes backend.