module github.com/vmware-labs/yaml-jsonpath

go 1.13

require (
	github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960
	github.com/sergi/go-diff v1.1.0
	github.com/stretchr/testify v1.5.1
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
