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 6331fc7 commit 2ea0508Copy full SHA for 2ea0508
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/go-openapi/strfmt v0.21.3
10
github.com/mitchellh/mapstructure v1.4.3 // indirect
11
github.com/onsi/ginkgo v1.16.5
12
- github.com/onsi/gomega v1.19.0
13
- github.com/stretchr/testify v1.8.0
+ github.com/onsi/ginkgo/v2 v2.19.0
+ github.com/onsi/gomega v1.33.1
14
+ github.com/stretchr/testify v1.8.4
15
)
0 commit comments