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 eac420c commit 4274b81Copy full SHA for 4274b81
go.mod
@@ -4,6 +4,7 @@ go 1.13
4
5
require (
6
github.com/go-pg/pg/v10 v10.3.0
7
- github.com/onsi/ginkgo v1.14.1
8
- github.com/onsi/gomega v1.10.2
+ github.com/onsi/ginkgo v1.16.4
+ github.com/onsi/ginkgo/v2 v2.19.0
9
+ github.com/onsi/gomega v1.33.1
10
)
0 commit comments