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.
2 parents 199ac36 + 97466cd commit 84eb18fCopy full SHA for 84eb18f
go.mod
@@ -3,9 +3,9 @@ module github.com/ThreeDotsLabs/watermill-http/v2
3
go 1.16
4
5
require (
6
- github.com/ThreeDotsLabs/watermill v1.1.0
+ github.com/ThreeDotsLabs/watermill v1.2.0
7
github.com/go-chi/chi v4.0.2+incompatible
8
github.com/go-chi/render v1.0.1
9
- github.com/pkg/errors v0.8.1
10
- github.com/stretchr/testify v1.3.0
+ github.com/pkg/errors v0.9.1
+ github.com/stretchr/testify v1.8.1
11
)
0 commit comments