Skip to content

Commit

Permalink
Add testify dependency
Browse files Browse the repository at this point in the history
This adds the testify package as a dependency. It will
offer a lot of convenient testing helpers.
  • Loading branch information
Hady Mahmoud committed Jun 5, 2018
1 parent 7f78d87 commit aaadde4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ package: rlimiter
import:
- package: github.com/juju/ratelimit
version: ~1.0.1
- package: github.com/stretchr/testify
version: ~1.2.1

0 comments on commit aaadde4

Please sign in to comment.