forked from carapace-sh/carapace-bin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (21 loc) · 782 Bytes
/
go.mod
File metadata and controls
26 lines (21 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/carapace-sh/carapace-bin
go 1.24.0
require (
github.com/carapace-sh/carapace v1.11.1
github.com/carapace-sh/carapace-bridge v1.5.3
github.com/carapace-sh/carapace-selfupdate v0.0.10
github.com/carapace-sh/carapace-shlex v1.1.1
github.com/carapace-sh/carapace-spec v1.5.0
github.com/pelletier/go-toml v1.9.5
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
golang.org/x/mod v0.33.0
gopkg.in/ini.v1 v1.67.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kevinburke/ssh_config v1.4.0
)
replace github.com/spf13/pflag => github.com/carapace-sh/carapace-pflag v1.1.0
replace github.com/kevinburke/ssh_config => github.com/carapace-sh/ssh_config v1.4.1-0.20251016142129-177d27a2d08a