vendor/github.com/spf13/jwalterweatherman/go.mod
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 module github.com/spf13/jwalterweatherman
     1 module github.com/spf13/jwalterweatherman
       
     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 )