Skip to content

Commit

Permalink
Merge pull request #2522 from carapace-sh/dependabot/go_modules/githu…
Browse files Browse the repository at this point in the history
…b.com/carapace-sh/carapace-spec-1.0.4

build(deps): bump github.com/carapace-sh/carapace-spec from 1.0.2 to 1.0.4
  • Loading branch information
rsteube authored Sep 3, 2024
2 parents 55ad98d + 98721b6 commit 4b3787e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build:
runs-on: ubuntu-latest
container: ghcr.io/carapace-sh/go:1.22-1
container: ghcr.io/carapace-sh/go:1.23.0
steps:
- name: shallow clone
uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module github.com/carapace-sh/carapace-bin

go 1.22

toolchain go1.22.5
go 1.23.0

require (
github.com/carapace-sh/carapace v1.1.6
github.com/carapace-sh/carapace-bridge v1.0.2
github.com/carapace-sh/carapace-shlex v1.0.1
github.com/carapace-sh/carapace-spec v1.0.2
github.com/carapace-sh/carapace-spec v1.0.4
github.com/pelletier/go-toml v1.9.5
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPij
github.com/carapace-sh/carapace-pflag v1.0.0/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c=
github.com/carapace-sh/carapace-shlex v1.0.1/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/carapace-sh/carapace-spec v1.0.2 h1:6RJ58d8woTfk0RQeCX38oZzF+U+072BzEZ1eftlOzXw=
github.com/carapace-sh/carapace-spec v1.0.2/go.mod h1:pl0BYhAXpEtNC3NeCoCYmQotVz11SbTRtquXhymXgu8=
github.com/carapace-sh/carapace-spec v1.0.4 h1:tnXLUre2/kbl0jthoLJps1CkuAH6zB0UdTohXvcv8+Y=
github.com/carapace-sh/carapace-spec v1.0.4/go.mod h1:Lwub8gufYSAQIR1yLbPGekBDzb9B4p3KXsdEtejyyl4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 4b3787e

Please sign in to comment.