module github.com/homeport/dyff go 1.15 require ( github.com/davecgh/go-spew v1.1.1 github.com/gonvenience/bunt v1.1.1 github.com/gonvenience/neat v1.3.0 github.com/gonvenience/term v1.0.0 github.com/gonvenience/text v1.0.5 github.com/gonvenience/wrap v1.1.0 github.com/gonvenience/ytbx v1.2.2 github.com/lucasb-eyer/go-colorful v1.0.3 github.com/mitchellh/hashstructure v1.0.0 github.com/onsi/ginkgo v1.14.0 github.com/onsi/gomega v1.10.1 github.com/sergi/go-diff v1.1.0 github.com/spf13/cobra v1.0.0 github.com/texttheater/golang-levenshtein v1.0.1 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )