-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (26 loc) · 950 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/guihouchang/protoc-gen-go-event
go 1.17
require (
github.com/ThreeDotsLabs/watermill v1.2.0-rc.11
github.com/go-kratos/kratos/v2 v2.5.3
google.golang.org/protobuf v1.28.1
)
require (
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/go-playground/form/v4 v4.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sync v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20220615141314-f1464d18c36b // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/ThreeDotsLabs/watermill-amqp v1.1.4
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/streadway/amqp v1.0.0
)