mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
89 lines
3.6 KiB
Modula-2
89 lines
3.6 KiB
Modula-2
module github.com/foomo/posh
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/1Password/connect-sdk-go v1.5.0
|
|
github.com/Masterminds/semver/v3 v3.2.0
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/alecthomas/chroma v0.10.0
|
|
github.com/c-bata/go-prompt v0.2.6
|
|
github.com/charlievieth/fastwalk v1.0.1
|
|
github.com/foomo/fender v0.4.4
|
|
github.com/go-git/go-git/v5 v5.5.1
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.51
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.14.0
|
|
github.com/whilp/git-urls v1.0.0
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.1.1 // indirect
|
|
atomicgo.dev/keyboard v0.2.8 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/cloudflare/circl v1.1.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gookit/color v1.5.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.5 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mattn/go-tty v0.0.3 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
github.com/pjbgf/sha1cd v0.2.3 // indirect
|
|
github.com/pkg/term v1.1.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/skeema/knownhosts v1.1.0 // indirect
|
|
github.com/spf13/afero v1.9.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.3.0 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
golang.org/x/term v0.2.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/c-bata/go-prompt v0.2.6 => github.com/franklinkim/go-prompt v0.2.7-0.20210427061716-a8f4995d7aa5
|