-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
27 lines (24 loc) · 839 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
module github.com/twmb/kcl
go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/aws/aws-sdk-go v1.50.12
github.com/jhump/protoreflect v1.15.6
github.com/spf13/cobra v1.8.0
github.com/twmb/franz-go v1.16.1
github.com/twmb/franz-go/pkg/kadm v1.11.0
github.com/twmb/franz-go/pkg/kmsg v1.7.0
github.com/twmb/go-strftime v0.0.0-20190915101236-e74f7c4fe4fa
golang.org/x/crypto v0.18.0
google.golang.org/protobuf v1.32.0
)
require (
github.com/bufbuild/protocompile v0.8.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sync v0.6.0 // indirect
)