From c87f9a671e9af33c6998d550f55fc1ee63f3a6fb Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Wed, 30 Apr 2025 13:08:57 +0300 Subject: [PATCH] Tidy up go.mod --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a9fbeb3..61473c0 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,9 @@ module github.com/nightnoryu/anon3anon go 1.24 require ( + github.com/go-telegram/bot v1.13.3 github.com/kelseyhightower/envconfig v1.4.0 github.com/pkg/errors v0.9.1 -) - -require ( - github.com/go-telegram/bot v1.13.3 github.com/sirupsen/logrus v1.9.3 )