const gopkg.in/yaml.v2.max_indents

3 uses

	gopkg.in/yaml.v2 (current package)
		scannerc.go#L929: const max_indents = 10000
		scannerc.go#L945: 		if len(parser.indents) > max_indents {
		scannerc.go#L948: 				fmt.Sprintf("exceeded max depth of %d", max_indents))