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 84eb18f + d2d3018 commit 92154bfCopy full SHA for 92154bf
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ThreeDotsLabs/watermill-http/v2
2
3
-go 1.16
+go 1.18
4
5
require (
6
github.com/ThreeDotsLabs/watermill v1.2.0
@@ -9,3 +9,14 @@ require (
9
github.com/pkg/errors v0.9.1
10
github.com/stretchr/testify v1.8.1
11
)
12
+
13
+require (
14
+ github.com/davecgh/go-spew v1.1.1 // indirect
15
+ github.com/google/uuid v1.3.0 // indirect
16
+ github.com/hashicorp/errwrap v1.1.0 // indirect
17
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
18
+ github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
19
+ github.com/oklog/ulid v1.3.1 // indirect
20
+ github.com/pmezard/go-difflib v1.0.0 // indirect
21
+ gopkg.in/yaml.v3 v3.0.1 // indirect
22
+)
0 commit comments