@@ -110,7 +110,7 @@ require (
110110 github.com/sivchari/containedctx v1.0.3
111111 github.com/sonatard/noctx v0.4.0
112112 github.com/sourcegraph/go-diff v0.7.0
113- github.com/spf13/cobra v1.10.1
113+ github.com/spf13/cobra v1.10.2
114114 github.com/spf13/pflag v1.0.10
115115 github.com/spf13/viper v1.12.0
116116 github.com/ssgreg/nlreturn/v2 v2.2.1
@@ -136,11 +136,11 @@ require (
136136 go.augendre.info/arangolint v0.3.1
137137 go.augendre.info/fatcontext v0.9.0
138138 go.uber.org/automaxprocs v1.6.0
139+ go.yaml.in/yaml/v3 v3.0.4
139140 golang.org/x/mod v0.30.0
140141 golang.org/x/sync v0.18.0
141142 golang.org/x/sys v0.38.0
142143 golang.org/x/tools v0.39.0
143- gopkg.in/yaml.v3 v3.0.1
144144 honnef.co/go/tools v0.6.1
145145 mvdan.cc/gofumpt v0.9.2
146146 mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15
@@ -224,4 +224,5 @@ require (
224224 google.golang.org/protobuf v1.36.8 // indirect
225225 gopkg.in/ini.v1 v1.67.0 // indirect
226226 gopkg.in/yaml.v2 v2.4.0 // indirect
227+ gopkg.in/yaml.v3 v3.0.1 // indirect
227228)
0 commit comments