From a19ec949eecdc3607e412d0461a86745ccc42551 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:40:50 -0600 Subject: [PATCH] fix: use go backend for goconvey/ginkgo (#4047) --- docs/registry.md | 4 ++-- registry.toml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index 44a56bbea6..a6dc629129 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -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) | @@ -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) | diff --git a/registry.toml b/registry.toml index 262d9a10a6..7109aa5b2e 100644 --- a/registry.toml +++ b/registry.toml @@ -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" @@ -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"]