From 0f6e05477a4754ebf6c4f382fc14372b9080d249 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 1 Apr 2024 12:52:34 +0200 Subject: [PATCH] Update go.mod --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cebe74b..6e4e6a2 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,9 @@ module mini-chat go 1.22.1 +require github.com/spf13/cobra v1.8.0 + require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/spf13/cobra v1.8.0 // indirect github.com/spf13/pflag v1.0.5 // indirect )