carapace-bin/go.mod
dependabot[bot] 0fe3eca7eb
build(deps): bump github.com/carapace-sh/carapace from 1.3.3 to 1.4.0
Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/carapace-sh/carapace/releases)
- [Changelog](https://github.com/carapace-sh/carapace/blob/master/.goreleaser.yml)
- [Commits](https://github.com/carapace-sh/carapace/compare/v1.3.3...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/carapace-sh/carapace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-30 04:24:19 +00:00

28 lines
822 B
Modula-2

module github.com/carapace-sh/carapace-bin
go 1.23.0
require (
github.com/carapace-sh/carapace v1.4.0
github.com/carapace-sh/carapace-bridge v1.1.0
github.com/carapace-sh/carapace-shlex v1.0.1
github.com/carapace-sh/carapace-spec v1.0.5
github.com/pelletier/go-toml v1.9.5
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
golang.org/x/mod v0.21.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
)
replace github.com/spf13/pflag => github.com/carapace-sh/carapace-pflag v1.0.0