Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NonLogicalDev committed Aug 21, 2024
1 parent 407a0f6 commit 4f0d186
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 403 deletions.
26 changes: 8 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,18 @@ module github.com/NonLogicalDev/shell.async-goprompt
go 1.20

require (
github.com/gookit/color v1.5.1
github.com/gookit/color v1.5.4
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/go-ps v1.0.0
github.com/spf13/cobra v1.5.0
github.com/sourcegraph/conc v0.3.0
github.com/spf13/cobra v1.8.1
)

require github.com/sourcegraph/conc v0.2.0

require github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51

require (
github.com/cockroachdb/errors v1.9.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
github.com/cockroachdb/redact v1.1.3 // indirect
github.com/getsentry/sentry-go v0.13.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/sourcegraph/sourcegraph/lib v0.0.0-20221216004406-749998a2ac74 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)
Loading

0 comments on commit 4f0d186

Please sign in to comment.