module github.com/infobloxopen/go-trees

go 1.13

require (
	github.com/pmezard/go-difflib v1.0.0
	gopkg.in/yaml.v2 v2.3.0
)
