module github.com/go-openapi/swag/yamlutils

require (
	github.com/go-openapi/swag/conv v0.29.2
	github.com/go-openapi/swag/jsonutils v0.29.2
	github.com/go-openapi/swag/jsonutils/fixtures_test v0.29.2
	github.com/go-openapi/swag/typeutils v0.29.2
	github.com/go-openapi/testify/enable/yaml/v2 v2.7.0
	github.com/go-openapi/testify/v2 v2.7.0
	go.yaml.in/yaml/v3 v3.0.5
)

require github.com/go-openapi/swag/pools v0.29.2 // indirect

replace (
	github.com/go-openapi/swag/conv => ../conv
	github.com/go-openapi/swag/jsonutils => ../jsonutils
	github.com/go-openapi/swag/jsonutils/fixtures_test => ../jsonutils/fixtures_test
	github.com/go-openapi/swag/pools => ../pools
	github.com/go-openapi/swag/typeutils => ../typeutils
)

go 1.26.0
