Commit 0369b2eb authored by Kirill Smelkov's avatar Kirill Smelkov

neotest += github.com/stretchr/testify

ZODB/go started to use it in tests:

	kirr/neo@532d014f
parent 81fc1ff4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment