Skip to content

Commit 2ea0508

Browse files
fix(deps): update module github.com/onsi/ginkgo to v2
1 parent 6331fc7 commit 2ea0508

File tree

2 files changed

+185
-2
lines changed

2 files changed

+185
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/go-openapi/strfmt v0.21.3
1010
github.com/mitchellh/mapstructure v1.4.3 // indirect
1111
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.19.0
13-
github.com/stretchr/testify v1.8.0
12+
github.com/onsi/ginkgo/v2 v2.19.0
13+
github.com/onsi/gomega v1.33.1
14+
github.com/stretchr/testify v1.8.4
1415
)

0 commit comments

Comments
 (0)