mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
28 lines
797 B
Modula-2
28 lines
797 B
Modula-2
module github.com/rsteube/carapace-bin
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/rsteube/carapace v0.43.5
|
|
github.com/rsteube/carapace-bridge v0.1.4
|
|
github.com/rsteube/carapace-shlex v0.0.4
|
|
github.com/rsteube/carapace-spec v0.11.1
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/mod v0.12.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.9.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/rsteube/carapace-pflag v0.2.0
|