Skip to content

Commit cfd09cf

Browse files
fix(deps): update module github.com/onsi/ginkgo to v2
1 parent 1a11a01 commit cfd09cf

File tree

2 files changed

+101
-5
lines changed

2 files changed

+101
-5
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ require (
1414
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
1515
github.com/leodido/go-urn v1.2.1 // indirect
1616
github.com/mitchellh/mapstructure v1.4.3 // indirect
17-
github.com/onsi/ginkgo v1.16.5
18-
github.com/onsi/gomega v1.19.0
17+
github.com/onsi/ginkgo v1.16.4
18+
github.com/onsi/ginkgo/v2 v2.10.0
19+
github.com/onsi/gomega v1.27.7
1920
github.com/stretchr/testify v1.7.1
2021
go.mongodb.org/mongo-driver v1.8.1 // indirect
21-
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
2422
)

0 commit comments

Comments
 (0)