-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.08 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.08 KB
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
33
34
module github.com/zerodha/kaf-relay
go 1.24.0
require (
github.com/knadh/koanf/parsers/toml v0.1.0
github.com/knadh/koanf/providers/file v1.2.1
github.com/knadh/koanf/providers/posflag v1.0.1
github.com/knadh/koanf/v2 v2.3.2
github.com/spf13/pflag v1.0.10
github.com/twmb/franz-go v1.20.6
github.com/twmb/franz-go/pkg/kfake v0.0.0-20241202133023-293b7c4c56bb
github.com/twmb/franz-go/pkg/kmsg v1.12.0
)
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/knadh/koanf/maps v0.1.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pierrec/lz4/v4 v4.1.25 // indirect
github.com/valyala/fastrand v1.1.0 // indirect
github.com/valyala/histogram v1.2.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)
require (
github.com/VictoriaMetrics/metrics v1.40.2
github.com/klauspost/compress v1.18.4 // indirect
github.com/twmb/franz-go/pkg/kadm v1.17.2
golang.org/x/crypto v0.47.0 // indirect
)