-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (23 loc) · 854 Bytes
/
go.mod
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
27
module github.com/carapace-sh/freckles
go 1.23.1
toolchain go1.24.1
require (
github.com/carapace-sh/carapace v1.8.0
github.com/carapace-sh/carapace-bridge v1.2.4
github.com/carapace-sh/carapace-spec v1.1.1
github.com/go-git/go-billy/v5 v5.6.2
github.com/go-git/go-git/v5 v5.14.0
github.com/spf13/cobra v1.9.1
)
require (
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)