module github.com/caspr-io/yamlpath

go 1.13

require (
	gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
	gotest.tools/v3 v3.0.2
)
