diff options
| author | xuri <xuri.me@gmail.com> | 2018-12-30 00:18:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-30 00:18:34 +0800 |
| commit | 45ab95a4a118ed3ffa101cfe76eb8ba5c051aac5 (patch) | |
| tree | 5831d8dbf3418d4036bedc26c7ec8e41ba3d3f1c /go.mod | |
| parent | 9a6f66a996eb83f16da13416c5fca361afe575b0 (diff) | |
| parent | 35426ed5dc5196374332498c82b4d480b05e5ac5 (diff) | |
Merge pull request #323 from albenik/tests_fix
Tests refactoring
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.2.3-0.20181224173747-660f15d67dbb ) |
