Skip to content

Commit

Permalink
build: bump the yaml parser from v2.4.0 to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Jul 2, 2024
1 parent 1aaa0ce commit 3096003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/matryer/is v1.4.1
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand Down Expand Up @@ -247,7 +247,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/ns1/ns1-go.v2 v2.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.30.1 // indirect
k8s.io/apimachinery v0.30.2 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion server/config/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/immobiliare/inca/provider"
"github.com/immobiliare/inca/storage"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

type Config struct {
Expand Down

0 comments on commit 3096003

Please sign in to comment.