-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (26 loc) · 1.11 KB
/
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
module github.com/logiqbits/go-rabbitbus
go 1.18
require (
github.com/Rican7/retry v0.3.1
github.com/dangkaka/go-kafka-avro v0.0.0-20200609051134-e714c259f1e9
github.com/golang/protobuf v1.5.2
github.com/linkedin/goavro/v2 v2.9.0
github.com/rabbitmq/amqp091-go v1.5.0
github.com/rs/xid v1.4.0
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect
github.com/Shopify/sarama v1.22.1 // indirect
github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)