Skip to content

Commit

Permalink
Merge pull request #2298 from carapace-sh/update-versions
Browse files Browse the repository at this point in the history
updated versions
  • Loading branch information
rsteube authored Mar 12, 2024
2 parents 10c555c + 0b5173a commit d672faf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ aurs:
nfpms:
-
description: "multi-shell multi-command argument completer"
homepage: "https://github.com/rsteube/carapace-bin"
homepage: "https://github.com/carapace-sh/carapace-bin"
license: "MIT"
maintainer: rsteube <rsteube@users.noreply.github.com>
formats:
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/carapace-sh/carapace-bin
go 1.21

require (
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23
github.com/carapace-sh/carapace-bridge v0.2.16-0.20240311173237-760172108463
github.com/carapace-sh/carapace v1.0.0
github.com/carapace-sh/carapace-bridge v1.0.0
github.com/carapace-sh/carapace-shlex v1.0.0
github.com/carapace-sh/carapace-spec v0.17.1-0.20240311163627-73cd85d39b71
github.com/carapace-sh/carapace-spec v1.0.0
github.com/pelletier/go-toml v1.9.5
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand All @@ -24,4 +24,4 @@ require (
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
)

replace github.com/spf13/pflag => github.com/carapace-sh/carapace-pflag v0.2.0
replace github.com/spf13/pflag => github.com/carapace-sh/carapace-pflag v1.0.0
17 changes: 8 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPn
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23 h1:WPTH+2KVYPOOCjaFSl5u67Ixkj0Inir00eacQNZ2HUA=
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23/go.mod h1:UxflttCmX+TRfsKqA0I0cEQFn2rvwGp6iTGyO8oS4NY=
github.com/carapace-sh/carapace-bridge v0.2.16-0.20240311173237-760172108463 h1:RF7fO6h+sxFmgcqv656vCLEGGFtx8PNBLozbDxKwg7g=
github.com/carapace-sh/carapace-bridge v0.2.16-0.20240311173237-760172108463/go.mod h1:cmSA24XX0CDcL7kF+kl/0rJYyDsj7B9JxCnoTnU/OGw=
github.com/carapace-sh/carapace-pflag v0.2.0 h1:JruHPnn10wPYsG+rZLTpARTbiO9ZUp+3QNZnFMmRYFM=
github.com/carapace-sh/carapace-pflag v0.2.0/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/carapace-sh/carapace-shlex v0.2.0/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/carapace-sh/carapace v1.0.0 h1:O4XTxBjrmDG15PeSnBRvu5RdwA5Khd1k/yF6VD4sHHY=
github.com/carapace-sh/carapace v1.0.0/go.mod h1:4caYCCdFoKqiBFD8t8rxuxzgVXk9bnP/aSBOplTd1Gk=
github.com/carapace-sh/carapace-bridge v1.0.0 h1:fghB+8sl8KJ0bIhLLYl1sKmUIjD7xltcKQRKPJaC7RI=
github.com/carapace-sh/carapace-bridge v1.0.0/go.mod h1:/15mLe8hwGfXfFhyH2VVMx2EjW8Rj5MJ7+idc7lNQ4c=
github.com/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPijkRGP5gfCuCE=
github.com/carapace-sh/carapace-pflag v1.0.0/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/carapace-sh/carapace-shlex v1.0.0 h1:uUi+hovGpxWF6KjptrqAOHsFPT3mcMx0JKdq20hswDI=
github.com/carapace-sh/carapace-shlex v1.0.0/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/carapace-sh/carapace-spec v0.17.1-0.20240311163627-73cd85d39b71 h1:l7yKE3SMXCagWoYtkjaZpkjOtFmuWrH2/KcRmtL84xQ=
github.com/carapace-sh/carapace-spec v0.17.1-0.20240311163627-73cd85d39b71/go.mod h1:JND1Lduv2tvUfsZ8Mr8o1fMXaQsQC5/Vwa7C3DZ5f3k=
github.com/carapace-sh/carapace-spec v1.0.0 h1:gq2aV/eLXmQLBLT8hqBGf8lOyyQdx54PNjE1o8ADlEw=
github.com/carapace-sh/carapace-spec v1.0.0/go.mod h1:/HdoGk/59vcD5kCTPmtxlc2QQagyZc4hOHP7Ie0MIoI=
github.com/cpuguy83/go-md2man/v2 v2.0.3/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 d672faf

Please sign in to comment.