Skip to content

Commit

Permalink
Bump github.com/carapace-sh/carapace-bridge from 1.1.0 to 1.2.1 in /cmd
Browse files Browse the repository at this point in the history
Bumps [github.com/carapace-sh/carapace-bridge](https://github.com/carapace-sh/carapace-bridge) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/carapace-sh/carapace-bridge/releases)
- [Changelog](https://github.com/carapace-sh/carapace-bridge/blob/master/.goreleaser.yml)
- [Commits](carapace-sh/carapace-bridge@v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/carapace-sh/carapace-bridge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent d7e7146 commit 32811cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/carapace-sh/carapace-shlex/cmd

go 1.22.0
toolchain go1.23.4

require (
github.com/carapace-sh/carapace v1.4.0
github.com/carapace-sh/carapace-bridge v1.1.0
github.com/carapace-sh/carapace v1.5.0
github.com/carapace-sh/carapace-bridge v1.2.1
github.com/carapace-sh/carapace-shlex v1.0.1
github.com/spf13/cobra v1.8.1
)
Expand Down
8 changes: 4 additions & 4 deletions cmd/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/carapace-sh/carapace v1.4.0 h1:GoCzicKhRgf7/BYZAS/pCBrU3dU4vzISn5XenuOgSh8=
github.com/carapace-sh/carapace v1.4.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs=
github.com/carapace-sh/carapace-bridge v1.1.0 h1:WkeQGPg7Zu0S3M39c0hZDlPY7EJ7Lrol1iVCJoFa6gM=
github.com/carapace-sh/carapace-bridge v1.1.0/go.mod h1:bKG97KfwYewrvke7ULgv0OYIJ6lHbJDPex8W29NlD6o=
github.com/carapace-sh/carapace v1.5.0 h1:rjNMTo5sY3YybMKbzEuaM19HEG6JXhvCTOrioV0QUHY=
github.com/carapace-sh/carapace v1.5.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs=
github.com/carapace-sh/carapace-bridge v1.2.1 h1:OtCA4/8+0zTpVDusqF4p0hzYjawMTlZBl37u6ImIjdo=
github.com/carapace-sh/carapace-bridge v1.2.1/go.mod h1:HpN3iEdCmQtAD1pd/qHEnWmAF719CeNyJrY8FJ5/E4o=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
Expand Down

0 comments on commit 32811cd

Please sign in to comment.