diff -r c040f992052f -r 1c52a0eeb952 vendor/github.com/spf13/cast/go.mod --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/github.com/spf13/cast/go.mod Sun Feb 16 18:54:01 2020 +0100 @@ -0,0 +1,7 @@ +module github.com/spf13/cast + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/testify v1.2.2 +)