forked from golang-queue/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (25 loc) · 832 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
31
32
module github.com/golang-queue/kafka
// go 1.22.0
go 1.18
// require (
// github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
// github.com/segmentio/kafka-go v0.4.47
// github.com/stretchr/testify v1.8.4
// go.uber.org/goleak v1.2.1
// )
// 0c677f44188bc2c3e6a
require (
github.com/golang-queue/queue v0.1.4-0.20240218073423-0c677f44188b
github.com/segmentio/kafka-go v0.4.47
go.uber.org/goleak v1.2.1
)
require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/golang-queue/kafka => ../../