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 1a11a01 commit cfd09cfCopy full SHA for cfd09cf
go.mod
@@ -14,11 +14,9 @@ require (
14
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
15
github.com/leodido/go-urn v1.2.1 // indirect
16
github.com/mitchellh/mapstructure v1.4.3 // indirect
17
- github.com/onsi/ginkgo v1.16.5
18
- github.com/onsi/gomega v1.19.0
+ github.com/onsi/ginkgo v1.16.4
+ github.com/onsi/ginkgo/v2 v2.10.0
19
+ github.com/onsi/gomega v1.27.7
20
github.com/stretchr/testify v1.7.1
21
go.mongodb.org/mongo-driver v1.8.1 // indirect
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
22
- golang.org/x/text v0.3.7 // indirect
23
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
24
)
0 commit comments