Skip to content

Commit

Permalink
Merge pull request #278 from carapace-sh/update-version
Browse files Browse the repository at this point in the history
updated versions
  • Loading branch information
rsteube committed Mar 12, 2024
2 parents 73cd85d + 662970b commit 2e26841
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Replace dependency
run: |
go work init .
go work edit -replace github.com/spf13/pflag=github.com/rsteube/carapace-pflag@v0.2.0
go work edit -replace github.com/spf13/pflag=github.com/carapace-sh/carapace-pflag@v1.0.0
- name: Build
run: go build -v ./...
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Replace dependency
run: |
go work init .
go work edit -replace github.com/spf13/pflag=github.com/rsteube/carapace-pflag@v0.0.4
go work edit -replace github.com/spf13/pflag=github.com/carapace-sh/carapace-pflag@v1.0.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -79,7 +79,7 @@ jobs:

doc:
runs-on: ubuntu-latest
container: ghcr.io/rsteube/carapace
container: ghcr.io/carapace-sh/carapace
steps:
- uses: actions/checkout@v4
- name: "build docs"
Expand All @@ -94,6 +94,6 @@ jobs:
git config user.email rsteube@users.noreply.github.com
git add .
git commit -m "initial commit [ci skip]"
git push --force https://rsteube:${GITHUB_TOKEN}@github.com/rsteube/carapace-spec.git master:gh-pages
git push --force https://rsteube:${GITHUB_TOKEN}@github.com/carapace-sh/carapace-spec.git master:gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-spec
go 1.18

require (
github.com/carapace-sh/carapace v0.50.3-0.20240311152955-f3bd62ff6a23
github.com/carapace-sh/carapace v1.0.0
github.com/invopop/jsonschema v0.12.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand All @@ -13,7 +13,7 @@ require (
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/carapace-sh/carapace-shlex v0.2.0 // indirect
github.com/carapace-sh/carapace-shlex v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ 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-shlex v0.2.0 h1:rh2wprc8Cszf4MZV+99t9vH6wblz7zlN/3C/v7Xl0Ck=
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-shlex v1.0.0 h1:uUi+hovGpxWF6KjptrqAOHsFPT3mcMx0JKdq20hswDI=
github.com/carapace-sh/carapace-shlex v1.0.0/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
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/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
Expand Down

0 comments on commit 2e26841

Please sign in to comment.