From 80e1a84be8c1c8ad5e9320956bfe6b7dc98a1103 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 5ca6f4d..ed13e03 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,8 @@ 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.13 + github.com/stretchr/testify v1.3.0 + go.uber.org/atomic v1.6.0 ) go 1.13