From 3c365e63bd5c270cf611159b0e94b8dc0a4f3113 Mon Sep 17 00:00:00 2001 From: Petar Maymounkov Date: Fri, 27 May 2022 08:39:29 -0700 Subject: [PATCH] update test harness dependency (#41) --- test/harness.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/harness.go b/test/harness.go index 36950a7..881a08d 100644 --- a/test/harness.go +++ b/test/harness.go @@ -40,7 +40,7 @@ module test go 1.16 require ( - github.com/ipld/edelweiss 058bd60328c676a9b414dc9efa8f826b020eb395 + github.com/ipld/edelweiss 2134034b3e8123a5642a9f6c1967ef04fe0e3fa8 github.com/ipld/go-ipld-prime v0.14.4 github.com/ipfs/go-cid v0.0.4 )