upgrade cobra

bbgo Completion only supports unix-like operating systems
This commit is contained in:
a dwarf 2022-11-24 16:05:02 +08:00 committed by GitHub
parent 026d712f75
commit d14d441ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -42,7 +42,7 @@ require (
github.com/sajari/regression v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/slack-go/slack v0.10.1
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.4