From 9f92e23aefc27cf334a897247885885831908c33 Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Thu, 10 Oct 2024 12:45:12 -0500 Subject: [PATCH] remove redundant dependency github.com/test-go/testify v1.1.4 --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index ba1bea9b91..7625fc2047 100644 --- a/go.mod +++ b/go.mod @@ -336,7 +336,6 @@ require ( require ( github.com/bnb-chain/tss-lib v1.5.0 github.com/showa-93/go-mask v0.6.2 - github.com/test-go/testify v1.1.4 github.com/tonkeeper/tongo v1.9.3 )