Skip to content

Commit 3096003

Browse files
committed
build: bump the yaml parser from v2.4.0 to v3.0.1
1 parent 1aaa0ce commit 3096003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
require (
@@ -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

server/config/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
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

1313
type Config struct {

0 commit comments

Comments
 (0)