@@ -8,6 +8,7 @@ require (
8
8
github.com/DataDog/datadog-go v4.8.2+incompatible
9
9
github.com/aws/aws-sdk-go v1.34.28
10
10
github.com/getsentry/sentry-go v0.12.0
11
+ github.com/go-kit/kit v0.9.0
11
12
github.com/google/uuid v1.6.0
12
13
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
13
14
github.com/magefile/mage v1.15.0
@@ -16,6 +17,7 @@ require (
16
17
github.com/spf13/viper v1.10.1
17
18
github.com/stretchr/testify v1.8.4
18
19
github.com/twmb/franz-go v1.12.1
20
+ github.com/twmb/franz-go/pkg/kmsg v1.4.0
19
21
google.golang.org/grpc v1.60.1
20
22
google.golang.org/protobuf v1.32.0
21
23
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
@@ -38,6 +40,7 @@ require (
38
40
github.com/dgraph-io/ristretto v0.1.0 // indirect
39
41
github.com/dustin/go-humanize v1.0.0 // indirect
40
42
github.com/fsnotify/fsnotify v1.5.1 // indirect
43
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
41
44
github.com/go-sql-driver/mysql v1.7.0 // indirect
42
45
github.com/golang/glog v1.1.2 // indirect
43
46
github.com/golang/protobuf v1.5.3 // indirect
@@ -67,7 +70,6 @@ require (
67
70
github.com/spf13/pflag v1.0.5 // indirect
68
71
github.com/subosito/gotenv v1.2.0 // indirect
69
72
github.com/tinylib/msgp v1.1.6 // indirect
70
- github.com/twmb/franz-go/pkg/kmsg v1.4.0 // indirect
71
73
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
72
74
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
73
75
golang.org/x/net v0.20.0 // indirect
0 commit comments