From 0369b2eb7c640759efd85df628a7bd96e45ab187 Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@nexedi.com>
Date: Fri, 18 Jan 2019 21:31:22 +0300
Subject: [PATCH] neotest += github.com/stretchr/testify

ZODB/go started to use it in tests:

	https://lab.nexedi.com/kirr/neo/commit/532d014f10
---
 software/neotest/gowork.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/software/neotest/gowork.cfg b/software/neotest/gowork.cfg
index c6425e0a5..8c2b27fe4 100644
--- a/software/neotest/gowork.cfg
+++ b/software/neotest/gowork.cfg
@@ -16,6 +16,7 @@ depends_gitfetch  =
     ${go_github.com_soheilhy_cmux:recipe}
     ${go_github.com_someonegg_gocontainer:recipe}
     ${go_github.com_someonegg_gox:recipe}
+    ${go_github.com_stretchr_testify:recipe}
     ${go_golang.org_x_crypto:recipe}
     ${go_golang.org_x_net:recipe}
     ${go_golang.org_x_perf:recipe}
@@ -105,6 +106,12 @@ go.importpath = github.com/someonegg/gox
 repository    = https://github.com/someonegg/gox
 revision      = 4915b7fd7c
 
+[go_github.com_stretchr_testify]
+<= go-git-package
+go.importpath = github.com/stretchr/testify
+repository    = https://github.com/stretchr/testify
+revision      = 363ebb24d0
+
 [go_golang.org_x_crypto]
 <= go-git-package
 go.importpath = golang.org/x/crypto
-- 
2.30.9