Update go.mod

This commit is contained in:
raul 2024-04-01 12:52:34 +02:00
parent adf22b588f
commit 2208a2150a
1 changed files with 2 additions and 1 deletions

3
go.mod
View File

@ -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
)