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 6fd3958 commit a79acf0Copy full SHA for a79acf0
go.mod
@@ -3,9 +3,9 @@ module github.com/DoNewsCode/core-pubsub
3
go 1.16
4
5
require (
6
- github.com/DoNewsCode/core v0.9.2
+ github.com/DoNewsCode/core v0.12.1
7
github.com/ThreeDotsLabs/watermill v1.1.1
8
- github.com/go-kit/kit v0.11.0
+ github.com/go-kit/kit v0.12.0
9
github.com/oklog/run v1.1.0
10
github.com/stretchr/testify v1.7.0
11
)
0 commit comments