upgrade ginkgo version to v2 (#166)

It might be a breaking change for those using ginkgo v1
pull/169/head
ZHL 2 years ago committed by GitHub
parent c7fa2fe5fc
commit bc25de4d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ local url = {
fillstruct = "github.com/davidrjenni/reftools/cmd/fillstruct",
fillswitch = "github.com/davidrjenni/reftools/cmd/fillswitch",
dlv = "github.com/go-delve/delve/cmd/dlv",
ginkgo = "github.com/onsi/ginkgo/ginkgo",
ginkgo = "github.com/onsi/ginkgo/v2/ginkgo",
richgo = "github.com/kyoh86/richgo",
gotestsum = "gotest.tools/gotestsum",
mockgen = "github.com/golang/mock"

Loading…
Cancel
Save