Skip to content

Commit

Permalink
fix: use go backend for goconvey/ginkgo (#4047)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Jan 10, 2025
1 parent 41932e9 commit a19ec94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| ghidra | [asdf:mise-plugins/mise-ghidra](https://github.com/mise-plugins/mise-ghidra) |
| ghorg | [aqua:gabrie30/ghorg](https://github.com/gabrie30/ghorg) [asdf:gbloquel/asdf-ghorg](https://github.com/gbloquel/asdf-ghorg) |
| ghq | [aqua:x-motemen/ghq](https://github.com/x-motemen/ghq) [asdf:kajisha/asdf-ghq](https://github.com/kajisha/asdf-ghq) |
| ginkgo | [asdf:mise-plugins/mise-ginkgo](https://github.com/mise-plugins/mise-ginkgo) |
| ginkgo | [go:github.com/onsi/ginkgo/v2/ginkgo](https://pkg.go.dev/github.com/onsi/ginkgo/v2/ginkgo) [asdf:mise-plugins/mise-ginkgo](https://github.com/mise-plugins/mise-ginkgo) |
| git-chglog | [aqua:git-chglog/git-chglog](https://github.com/git-chglog/git-chglog) [asdf:GoodwayGroup/asdf-git-chglog](https://github.com/GoodwayGroup/asdf-git-chglog) |
| git-cliff | [aqua:orhun/git-cliff](https://github.com/orhun/git-cliff) [asdf:jylenhof/asdf-git-cliff](https://github.com/jylenhof/asdf-git-cliff) |
| gitconfig | [ubi:0ghny/gitconfig](https://github.com/0ghny/gitconfig) [asdf:0ghny/asdf-gitconfig](https://github.com/0ghny/asdf-gitconfig) |
Expand All @@ -294,7 +294,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| go-junit-report | [ubi:jstemmer/go-junit-report](https://github.com/jstemmer/go-junit-report) [asdf:jwillker/asdf-go-junit-report](https://github.com/jwillker/asdf-go-junit-report) |
| go-sdk | [asdf:mise-plugins/mise-go-sdk](https://github.com/mise-plugins/mise-go-sdk) |
| go-swagger | [aqua:go-swagger/go-swagger](https://github.com/go-swagger/go-swagger) [asdf:jfreeland/asdf-go-swagger](https://github.com/jfreeland/asdf-go-swagger) |
| goconvey | [asdf:mise-plugins/mise-goconvey](https://github.com/mise-plugins/mise-goconvey) |
| goconvey | [go:github.com/smartystreets/goconvey](https://pkg.go.dev/github.com/smartystreets/goconvey) [asdf:mise-plugins/mise-goconvey](https://github.com/mise-plugins/mise-goconvey) |
| gocryptfs | [aqua:rfjakob/gocryptfs](https://github.com/rfjakob/gocryptfs) [ubi:rfjakob/gocryptfs](https://github.com/rfjakob/gocryptfs) |
| gofumpt | [ubi:mvdan/gofumpt](https://github.com/mvdan/gofumpt) [asdf:looztra/asdf-gofumpt](https://github.com/looztra/asdf-gofumpt) |
| gojq | [aqua:itchyny/gojq](https://github.com/itchyny/gojq) [asdf:jimmidyson/asdf-gojq](https://github.com/jimmidyson/asdf-gojq) |
Expand Down
11 changes: 9 additions & 2 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,11 @@ ghcup.test = [
ghidra.backends = ["asdf:mise-plugins/mise-ghidra"]
ghorg.backends = ["aqua:gabrie30/ghorg", "asdf:gbloquel/asdf-ghorg"]
ghq.backends = ["aqua:x-motemen/ghq", "asdf:kajisha/asdf-ghq"]
ginkgo.backends = ["asdf:mise-plugins/mise-ginkgo"]
ginkgo.backends = [
"go:github.com/onsi/ginkgo/v2/ginkgo",
"asdf:mise-plugins/mise-ginkgo"
]
ginkgo.test = ['ginkgo version', 'Ginkgo Version {{version}}']
git-chglog.backends = [
"aqua:git-chglog/git-chglog",
"asdf:GoodwayGroup/asdf-git-chglog"
Expand Down Expand Up @@ -734,7 +738,10 @@ go-swagger.backends = [
]
go-swagger.os = ["linux", "macos"]
go-swagger.test = ["swagger version", "version: v{{version}}"]
goconvey.backends = ["asdf:mise-plugins/mise-goconvey"]
goconvey.backends = [
"go:github.com/smartystreets/goconvey",
"asdf:mise-plugins/mise-goconvey"
]
gocryptfs.backends = ["aqua:rfjakob/gocryptfs", "ubi:rfjakob/gocryptfs"]
gofumpt.backends = ["ubi:mvdan/gofumpt", "asdf:looztra/asdf-gofumpt"]
gojq.backends = ["aqua:itchyny/gojq", "asdf:jimmidyson/asdf-gojq"]
Expand Down

0 comments on commit a19ec94

Please sign in to comment.