Skip to content

Commit 12b1333

Browse files
committed
chore update to latest moleculer and store modules
1 parent 90e5a0f commit 12b1333

File tree

2 files changed

+217
-48
lines changed

2 files changed

+217
-48
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/moleculer-go/cqrs
33
go 1.12
44

55
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
6+
github.com/moleculer-go/moleculer v0.3.2
7+
github.com/moleculer-go/store v1.0.6
8+
github.com/onsi/ginkgo v1.16.5
9+
github.com/onsi/gomega v1.19.0
10+
github.com/sirupsen/logrus v1.4.2
1111
)

0 commit comments

Comments
 (0)