Update go.mod
Go audit / audit (push) Successful in 1m2s
Details
Go audit / audit (push) Successful in 1m2s
Details
This commit is contained in:
parent
adf22b588f
commit
0f6e05477a
3
go.mod
3
go.mod
|
@ -2,8 +2,9 @@ module mini-chat
|
||||||
|
|
||||||
go 1.22.1
|
go 1.22.1
|
||||||
|
|
||||||
|
require github.com/spf13/cobra v1.8.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||||
github.com/spf13/cobra v1.8.0 // indirect
|
|
||||||
github.com/spf13/pflag v1.0.5 // indirect
|
github.com/spf13/pflag v1.0.5 // indirect
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue