We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd79e28 commit 6cdcafaCopy full SHA for 6cdcafa
go.mod
@@ -6,6 +6,7 @@ require (
6
github.com/IBM/go-sdk-core/v5 v5.15.0
7
github.com/go-openapi/strfmt v0.21.7
8
github.com/onsi/ginkgo v1.16.5
9
+ github.com/onsi/ginkgo/v2 v2.15.0
10
github.com/onsi/gomega v1.30.0
11
github.com/stretchr/testify v1.8.4
12
)
@@ -26,7 +27,6 @@ require (
26
27
github.com/mitchellh/mapstructure v1.5.0 // indirect
28
github.com/nxadm/tail v1.4.11 // indirect
29
github.com/oklog/ulid v1.3.1 // indirect
- github.com/onsi/ginkgo/v2 v2.15.0 // indirect
30
github.com/pmezard/go-difflib v1.0.0 // indirect
31
go.mongodb.org/mongo-driver v1.12.1 // indirect
32
golang.org/x/crypto v0.18.0 // indirect
0 commit comments