Skip to content

Commit f2af0b6

Browse files
Bump github.com/carapace-sh/carapace-spec from 1.0.1 to 1.1.0
Bumps [github.com/carapace-sh/carapace-spec](https://github.com/carapace-sh/carapace-spec) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/carapace-sh/carapace-spec/releases) - [Changelog](https://github.com/carapace-sh/carapace-spec/blob/master/.goreleaser.yml) - [Commits](carapace-sh/carapace-spec@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: github.com/carapace-sh/carapace-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 273ec4c commit f2af0b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module github.com/carapace-sh/carapace-spec-man
22

33
go 1.21
4+
toolchain go1.23.4
45

56
require (
67
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
89
github.com/lmorg/murex v0.0.0-20231013090319-c15107051f5b
910
github.com/neurosnap/sentences v1.1.2
1011
github.com/spf13/cobra v1.8.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/carapace-sh/carapace v1.5.2 h1:ddFLVzPLmEUnKTtglMDDnfbFSYyCMEd0xn1ysg
88
github.com/carapace-sh/carapace v1.5.2/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs=
99
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c=
1010
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=
1313
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
1414
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
1515
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=

0 commit comments

Comments
 (0)