vendor/github.com/spf13/cast/go.mod
changeset 251 1c52a0eeb952
child 260 445e01aede7e
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
       
     1 module github.com/spf13/cast
       
     2 
       
     3 require (
       
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
       
     5 	github.com/pmezard/go-difflib v1.0.0 // indirect
       
     6 	github.com/stretchr/testify v1.2.2
       
     7 )