From 55c5e1105bf8896d708d01111a021c03dfe0dd71 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Tue, 2 Jan 2024 14:54:30 +0100 Subject: [PATCH] refactor: ensure no trash from utils propagates --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 44827d6..4cb398b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/anaskhan96/soup v1.2.5 github.com/bwmarrin/discordgo v0.27.1 github.com/caarlos0/env/v6 v6.10.1 - github.com/darklab8/darklab_goutils v0.3.0 + github.com/darklab8/darklab_goutils v0.3.1 github.com/joho/godotenv v1.5.1 github.com/pkg/profile v1.7.0 github.com/spf13/cobra v1.8.0 diff --git a/go.sum b/go.sum index 1f429cb..7b94794 100644 --- a/go.sum +++ b/go.sum @@ -14,6 +14,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/darklab8/darklab_goutils v0.3.0 h1:LIfuLIT+iUyyLbwd7smHTFhVdfOSc0NuQDeIXZHz/Dg= github.com/darklab8/darklab_goutils v0.3.0/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU= +github.com/darklab8/darklab_goutils v0.3.1 h1:R4mAGRKG6YOfoFk/OE0JCvVMKzMyQR1+DOzEVom9UXs= +github.com/darklab8/darklab_goutils v0.3.1/go.mod h1:sL2yFr77PquFePdB9tsTFzNYspyz+hkW3a3sVUjFyrU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=