From 11498f4cd5697a7b1546061a7e88e70d5c4091de Mon Sep 17 00:00:00 2001 From: frrist Date: Wed, 7 Apr 2021 11:09:53 -0700 Subject: [PATCH] fixup: go mod tidy after master rebase --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index cb44afe..adf6f73 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,7 @@ require ( github.com/ipfs/go-log v0.0.1 github.com/ipfs/go-metrics-interface v0.0.1 github.com/multiformats/go-multihash v0.0.14 + github.com/stretchr/testify v1.3.0 go.uber.org/atomic v1.6.0 )