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 90e5a0f commit 12b1333Copy full SHA for 12b1333
go.mod
@@ -3,9 +3,9 @@ module github.com/moleculer-go/cqrs
3
go 1.12
4
5
require (
6
- github.com/moleculer-go/moleculer v0.2.0
7
- github.com/moleculer-go/store v1.0.1
8
- github.com/onsi/ginkgo v1.8.0
9
- github.com/onsi/gomega v1.5.0
10
- github.com/sirupsen/logrus v1.4.1
+ github.com/moleculer-go/moleculer v0.3.2
+ github.com/moleculer-go/store v1.0.6
+ github.com/onsi/ginkgo v1.16.5
+ github.com/onsi/gomega v1.19.0
+ github.com/sirupsen/logrus v1.4.2
11
)
0 commit comments