mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
Bumps the gomod-update group with 2 updates: [github.com/digitalocean/godo](https://github.com/digitalocean/godo) and [github.com/slack-go/slack](https://github.com/slack-go/slack). Updates `github.com/digitalocean/godo` from 1.148.0 to 1.150.0 - [Release notes](https://github.com/digitalocean/godo/releases) - [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalocean/godo/compare/v1.148.0...v1.150.0) Updates `github.com/slack-go/slack` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/history.go) - [Commits](https://github.com/slack-go/slack/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/digitalocean/godo dependency-version: 1.150.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-update - dependency-name: github.com/slack-go/slack dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-update ... Signed-off-by: dependabot[bot] <support@github.com>
107 lines
4.5 KiB
Modula-2
107 lines
4.5 KiB
Modula-2
module github.com/foomo/posh-providers
|
|
|
|
go 1.24.1
|
|
|
|
replace github.com/c-bata/go-prompt v0.2.6 => github.com/franklinkim/go-prompt v0.2.7-0.20210427061716-a8f4995d7aa5
|
|
|
|
//replace github.com/foomo/posh => ../posh
|
|
|
|
require (
|
|
github.com/1Password/connect-sdk-go v1.5.3
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/c-bata/go-prompt v0.2.6
|
|
github.com/cloudrecipes/packagejson v1.0.0
|
|
github.com/digitalocean/godo v1.150.0
|
|
github.com/foomo/go v0.0.3
|
|
github.com/foomo/gokazi v0.1.5
|
|
github.com/foomo/posh v0.12.0
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/golang-migrate/migrate/v4 v4.18.3
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/invopop/jsonschema v0.13.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/knadh/koanf/parsers/yaml v1.0.0
|
|
github.com/knadh/koanf/providers/file v1.2.0
|
|
github.com/knadh/koanf/v2 v2.2.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/muesli/go-app-paths v0.2.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.80
|
|
github.com/samber/lo v1.50.0
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
|
github.com/slack-go/slack v0.17.0
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/stretchr/testify v1.10.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
golang.org/x/sync v0.14.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
atomicgo.dev/schedule v0.1.0 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/charlievieth/fastwalk v1.0.10 // indirect
|
|
github.com/containerd/console v1.0.5 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/ebitengine/purego v0.8.3 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/knadh/koanf/maps v0.1.2 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mattn/go-tty v0.0.7 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/neilotoole/slogt v1.1.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pkg/term v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.9.0 // indirect
|
|
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/cast v1.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/term v0.32.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|