File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/carapace-sh/carapace-spec-man
2
2
3
3
go 1.21
4
+ toolchain go1.23.4
4
5
5
6
require (
6
7
github.com/carapace-sh/carapace v1.5.2
7
- github.com/carapace-sh/carapace-spec v1.0.1
8
+ github.com/carapace-sh/carapace-spec v1.1.0
8
9
github.com/lmorg/murex v0.0.0-20231013090319-c15107051f5b
9
10
github.com/neurosnap/sentences v1.1.2
10
11
github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/carapace-sh/carapace v1.5.2 h1:ddFLVzPLmEUnKTtglMDDnfbFSYyCMEd0xn1ysg
8
8
github.com/carapace-sh/carapace v1.5.2 /go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs =
9
9
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c =
10
10
github.com/carapace-sh/carapace-shlex v1.0.1 /go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M =
11
- github.com/carapace-sh/carapace-spec v1.0.1 h1:K9ZlmAefR0TzUGeCDGmEgjUX9e17++tp3J7jylrCRSY =
12
- github.com/carapace-sh/carapace-spec v1.0.1 /go.mod h1:Zh41opce5OTkqn6a5Old7Az+czPgEg2N3j0uNtDfXbA =
11
+ github.com/carapace-sh/carapace-spec v1.1.0 h1:DPLB52P2SlRYzIUG5lPfrJQ2JP3JTqrNYqE2wvxFKQs =
12
+ github.com/carapace-sh/carapace-spec v1.1.0 /go.mod h1:O+DL25MthWLY2ciMU2Cbv05vqhgdWoHf6ePc0c3SDjI =
13
13
github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
14
14
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY =
15
15
github.com/creack/pty v1.1.18 /go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4 =
You can’t perform that action at this time.
0 commit comments