module github.com/google/yamlfmt

go 1.21

require (
	github.com/bmatcuk/doublestar/v4 v4.7.1
	github.com/google/go-cmp v0.6.0
	github.com/mitchellh/mapstructure v1.5.0
	github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
	github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
	gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
)

require golang.org/x/text v0.14.0 // indirect
