vendor/github.com/spf13/jwalterweatherman/go.mod
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
--- a/vendor/github.com/spf13/jwalterweatherman/go.mod	Wed Sep 18 19:17:42 2019 +0200
+++ b/vendor/github.com/spf13/jwalterweatherman/go.mod	Sun Feb 16 18:54:01 2020 +0100
@@ -1,1 +1,7 @@
 module github.com/spf13/jwalterweatherman
+
+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
+)