File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "path/filepath"
77
88 "github.com/doordash-oss/oapi-codegen-dd/v3/pkg/codegen"
9- "gopkg. in/yaml.v3 "
9+ "go.yaml. in/yaml/v4 "
1010)
1111
1212func main () {
Original file line number Diff line number Diff line change 55 "os"
66
77 "github.com/doordash-oss/oapi-codegen-dd/v3/pkg/codegen"
8- "gopkg. in/yaml.v3 "
8+ "go.yaml. in/yaml/v4 "
99)
1010
1111func main () {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/stretchr/testify v1.11.1
2323 github.com/valyala/fasthttp v1.69.0
2424 github.com/zeromicro/go-zero v1.9.4
25- gopkg. in/yaml.v3 v3 .0.1
25+ go.yaml. in/yaml/v4 v4 .0.0-rc.3
2626)
2727
2828require (
@@ -146,7 +146,6 @@ require (
146146 go.opentelemetry.io/otel/trace v1.38.0 // indirect
147147 go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148148 go.uber.org/automaxprocs v1.6.0 // indirect
149- go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
150149 golang.org/x/arch v0.20.0 // indirect
151150 golang.org/x/crypto v0.47.0 // indirect
152151 golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
@@ -163,4 +162,5 @@ require (
163162 google.golang.org/protobuf v1.36.9 // indirect
164163 gopkg.in/ini.v1 v1.67.0 // indirect
165164 gopkg.in/yaml.v2 v2.4.0 // indirect
165+ gopkg.in/yaml.v3 v3.0.1 // indirect
166166)
You can’t perform that action at this time.
0 commit comments