File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ require (
6
6
github.com/BurntSushi/toml v1.5.0
7
7
github.com/stretchr/testify v1.10.0
8
8
github.com/urfave/cli/v3 v3.1.1
9
- gopkg. in/yaml. v3 v3.0.1
9
+ go.yaml. in/yaml/ v3 v3.0.4
10
10
)
11
11
12
12
require (
13
13
github.com/davecgh/go-spew v1.1.1 // indirect
14
14
github.com/pmezard/go-difflib v1.0.0 // indirect
15
+ gopkg.in/yaml.v3 v3.0.1 // indirect
15
16
)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
8
8
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
9
9
github.com/urfave/cli/v3 v3.1.1 h1:bNnl8pFI5dxPOjeONvFCDFoECLQsceDG4ejahs4Jtxk =
10
10
github.com/urfave/cli/v3 v3.1.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
11
+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
12
+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
11
13
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
12
14
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13
15
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package json
2
2
3
3
import (
4
4
altsrc "github.com/urfave/cli-altsrc/v3"
5
- "gopkg. in/yaml. v3"
5
+ "go.yaml. in/yaml/ v3"
6
6
)
7
7
8
8
// JSON is a helper function that wraps the YAML helper function
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package yaml
2
2
3
3
import (
4
4
altsrc "github.com/urfave/cli-altsrc/v3"
5
- "gopkg. in/yaml. v3"
5
+ "go.yaml. in/yaml/ v3"
6
6
)
7
7
8
8
// YAML is a helper function to encapsulate a number of
You can’t perform that action at this time.
0 commit comments