Compare commits
No commits in common. "55da7f8afc2cec3e9ccbcfc715076d38e15585b6" and "adf22b588f83caf74ce0c1f546ea6bb8a1f8c63b" have entirely different histories.
55da7f8afc
...
adf22b588f
3
go.mod
3
go.mod
|
@ -2,9 +2,8 @@ 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