summaryrefslogtreecommitdiffstats
path: root/glide.yaml
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-08-08 17:40:46 -0500
committerGitHub <noreply@github.com>2017-08-08 17:40:46 -0500
commit6b741c4cea36f54b8f20c4a3e5871f00123db185 (patch)
treea10eeddd277c4eba48a27431ead816561a20f159 /glide.yaml
parentc42510a7f4cf87d1dd7f7339633f06df86f25cce (diff)
downloadchat-6b741c4cea36f54b8f20c4a3e5871f00123db185.tar.gz
chat-6b741c4cea36f54b8f20c4a3e5871f00123db185.tar.bz2
chat-6b741c4cea36f54b8f20c4a3e5871f00123db185.zip
testify (#7116)
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml
index 4bfd9e468..1ba91daa4 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -86,3 +86,8 @@ import:
version: 995ddf2264c4ad45fbaf342f7500e4787ebae84a
- package: github.com/go-redis/redis
version: v6.5.2
+- package: github.com/stretchr/testify
+ version: ~1.1.4
+ subpackages:
+ - assert
+ - require