mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-04 21:28:10 +00:00
Update Go imports paths (#4605)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
@@ -3,7 +3,7 @@ package docker
|
||||
import (
|
||||
"github.com/go-viper/mapstructure/v2"
|
||||
|
||||
backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types"
|
||||
backend "go.woodpecker-ci.org/woodpecker/v3/pipeline/backend/types"
|
||||
)
|
||||
|
||||
// BackendOptions defines all the advanced options for the docker backend.
|
||||
|
Reference in New Issue
Block a user