From a89be1a925430ecae05c9cd0f42d260431e2c135 Mon Sep 17 00:00:00 2001 From: sandy <18382255942@163.com> Date: Wed, 11 Jan 2023 12:06:17 +0800 Subject: [PATCH] fix(): mod fix --- go.mod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/go.mod b/go.mod index 2f5d0c9..47cd3bd 100644 --- a/go.mod +++ b/go.mod @@ -9,10 +9,4 @@ require ( github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac github.com/panjf2000/ants/v2 v2.6.0 github.com/stretchr/testify v1.8.0 - github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect - github.com/panjf2000/ants/v2 v2.4.6 - github.com/pkg/errors v0.9.1 // indirect - github.com/stretchr/testify v1.7.0 - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/h2non/gentleman.v2 v2.0.5 )