From ffdc059bfe9ce6a4e144ba849dbedead332c6053 Mon Sep 17 00:00:00 2001 From: James Ray Date: Tue, 4 Dec 2018 21:12:43 -0500 Subject: [PATCH] Update readme to deprecate http and include available packages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb998730..11951d4a5 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,10 @@ To install Testify, use `go get`: This will then make the following packages available to you: github.com/stretchr/testify/assert + github.com/stretchr/testify/require github.com/stretchr/testify/mock - github.com/stretchr/testify/http + github.com/stretchr/testify/suite + github.com/stretchr/testify/http (deprecated) Import the `testify/assert` package into your code using this template: