File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require (
66 github.com/go-git/go-git/v5 v5.16.1
77 github.com/liamg/memoryfs v1.6.0
88 github.com/rogpeppe/go-internal v1.14.1
9+ go.yaml.in/yaml/v3 v3.0.4
910 golang.org/x/mod v0.28.0
10- gopkg.in/yaml.v2 v2.4.0
1111)
1212
1313require (
@@ -101,6 +101,7 @@ require (
101101 google.golang.org/protobuf v1.36.3 // indirect
102102 gopkg.in/ini.v1 v1.67.0 // indirect
103103 gopkg.in/warnings.v0 v0.1.2 // indirect
104+ gopkg.in/yaml.v2 v2.4.0 // indirect
104105 gopkg.in/yaml.v3 v3.0.1 // indirect
105106 honnef.co/go/tools v0.6.0 // indirect
106107 mvdan.cc/unparam v0.0.0-20250211232406-0e51248738fc // indirect
Original file line number Diff line number Diff line change @@ -209,6 +209,8 @@ go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
209209go.uber.org/automaxprocs v1.6.0 /go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8 =
210210go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
211211go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
212+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
213+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
212214golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
213215golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
214216golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "fmt"
1919 "strings"
2020
21- "gopkg. in/yaml.v2 "
21+ "go.yaml. in/yaml/v3 "
2222)
2323
2424type (
You can’t perform that action at this time.
0 commit comments