mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
69 lines
2.7 KiB
Modula-2
69 lines
2.7 KiB
Modula-2
module github.com/foomo/posh-providers
|
|
|
|
go 1.19
|
|
|
|
replace github.com/c-bata/go-prompt v0.2.6 => github.com/franklinkim/go-prompt v0.2.7-0.20210427061716-a8f4995d7aa5
|
|
|
|
require (
|
|
github.com/1Password/connect-sdk-go v1.5.0
|
|
github.com/c-bata/go-prompt v0.2.6
|
|
github.com/cloudrecipes/packagejson v1.0.0
|
|
github.com/foomo/posh v0.4.1
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.62
|
|
github.com/samber/lo v1.38.1
|
|
github.com/slack-go/slack v0.12.2
|
|
github.com/spf13/viper v1.15.0
|
|
golang.org/x/exp v0.0.0-20230307190834-24139beb5833
|
|
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
|
|
golang.org/x/sync v0.2.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.1.1 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
atomicgo.dev/schedule v0.0.2 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/charlievieth/fastwalk v1.0.1 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gookit/color v1.5.3 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
|
github.com/magiconair/properties v1.8.7 // 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/mapstructure v1.5.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/pkg/term v1.1.0 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/term v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
)
|