File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/matryer/is v1.4.1
1515 github.com/rs/zerolog v1.33.0
1616 github.com/spf13/cobra v1.8.1
17- gopkg.in/yaml.v2 v2.4.0
17+ gopkg.in/yaml.v3 v3.0.1
1818)
1919
2020require (
@@ -247,7 +247,7 @@ require (
247247 gopkg.in/inf.v0 v0.9.1 // indirect
248248 gopkg.in/ini.v1 v1.67.0 // indirect
249249 gopkg.in/ns1/ns1-go.v2 v2.11.0 // indirect
250- gopkg.in/yaml.v3 v3.0.1 // indirect
250+ gopkg.in/yaml.v2 v2.4.0 // indirect
251251 k8s.io/api v0.30.1 // indirect
252252 k8s.io/apimachinery v0.30.2 // indirect
253253 k8s.io/klog/v2 v2.130.1 // indirect
Original file line number Diff line number Diff line change 77
88 "github.com/immobiliare/inca/provider"
99 "github.com/immobiliare/inca/storage"
10- "gopkg.in/yaml.v2 "
10+ "gopkg.in/yaml.v3 "
1111)
1212
1313type Config struct {
You can’t perform that action at this time.
0 commit comments