diff options
Diffstat (limited to 'vendor/github.com/stretchr/objx/go.mod')
| -rw-r--r-- | vendor/github.com/stretchr/objx/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/objx/go.mod b/vendor/github.com/stretchr/objx/go.mod new file mode 100644 index 000000000..31ec5a7d9 --- /dev/null +++ b/vendor/github.com/stretchr/objx/go.mod @@ -0,0 +1,8 @@ +module github.com/stretchr/objx + +go 1.12 + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/stretchr/testify v1.3.0 +) |
