Skip to content

Commit

Permalink
Merge pull request #28 from carapace-sh/update-package
Browse files Browse the repository at this point in the history
updated package path
  • Loading branch information
rsteube authored Mar 11, 2024
2 parents 6082450 + 75919c0 commit 83f059c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# carapace-spec-kong

[Spec](https://github.com/rsteube/carapace-spec) generation for [alecthomas/kong](https://github.com/alecthomas/kong)
[Spec](https://github.com/carapace-sh/carapace-spec) generation for [alecthomas/kong](https://github.com/alecthomas/kong)

[![asciicast](https://asciinema.org/a/605704.svg)](https://asciinema.org/a/605704)
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/rsteube/carapace-spec-kong
module github.com/carapace-sh/carapace-spec-kong

go 1.19

require (
github.com/alecthomas/kong v0.9.0
github.com/rsteube/carapace-spec v0.16.0
github.com/carapace-sh/carapace-spec v0.17.1-0.20240311163627-73cd85d39b71
gopkg.in/yaml.v3 v3.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ github.com/alecthomas/assert/v2 v2.6.0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v
github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA=
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
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/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
github.com/rsteube/carapace-spec v0.16.0 h1:pubvkTixCQkFqP2Y0XonjLX+VKnDCklKNSfLIWf1PaU=
github.com/rsteube/carapace-spec v0.16.0/go.mod h1:L5R/K7fzgCGIKb6emK2wMlcB0zXxzvggHkKGBjACiKk=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
2 changes: 1 addition & 1 deletion spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"

"github.com/alecthomas/kong"
"github.com/rsteube/carapace-spec/pkg/command"
"github.com/carapace-sh/carapace-spec/pkg/command"
"gopkg.in/yaml.v3"
)

Expand Down

0 comments on commit 83f059c

Please sign in to comment.