@@ -3,28 +3,18 @@ module github.com/NonLogicalDev/shell.async-goprompt
3
3
go 1.20
4
4
5
5
require (
6
- github.com/gookit/color v1.5.1
6
+ github.com/gookit/color v1.5.4
7
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
7
8
github.com/mitchellh/go-ps v1.0.0
8
- github.com/spf13/cobra v1.5.0
9
+ github.com/sourcegraph/conc v0.3.0
10
+ github.com/spf13/cobra v1.8.1
9
11
)
10
12
11
- require github.com/sourcegraph/conc v0.2.0
12
-
13
- require github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
14
-
15
13
require (
16
- github.com/cockroachdb/errors v1.9.0 // indirect
17
- github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
18
- github.com/cockroachdb/redact v1.1.3 // indirect
19
- github.com/getsentry/sentry-go v0.13.0 // indirect
20
- github.com/gogo/protobuf v1.3.2 // indirect
21
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
22
- github.com/kr/pretty v0.3.0 // indirect
23
- github.com/kr/text v0.2.0 // indirect
24
- github.com/pkg/errors v0.9.1 // indirect
25
- github.com/rogpeppe/go-internal v1.9.0 // indirect
26
- github.com/sourcegraph/sourcegraph/lib v0.0.0-20221216004406-749998a2ac74 // indirect
14
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
27
15
github.com/spf13/pflag v1.0.5 // indirect
28
16
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
29
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
17
+ go.uber.org/atomic v1.7.0 // indirect
18
+ go.uber.org/multierr v1.9.0 // indirect
19
+ golang.org/x/sys v0.10.0 // indirect
30
20
)
0 commit comments