1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Replace discontinued mitchellh/mapstructure by maintained fork (#4573)

This commit is contained in:
Robert Kaussow
2024-12-16 07:41:49 +01:00
committed by GitHub
parent ff2469ec5b
commit fe11db6cd3
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
package docker
import (
"github.com/mitchellh/mapstructure"
"github.com/go-viper/mapstructure/v2"
backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types"
)

View File

@@ -1,7 +1,7 @@
package kubernetes
import (
"github.com/mitchellh/mapstructure"
"github.com/go-viper/mapstructure/v2"
backend "go.woodpecker-ci.org/woodpecker/v2/pipeline/backend/types"
)