-
-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 515 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 515 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/twmb/franz-go/plugin/klogrus
go 1.25.0
require (
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.10.0
github.com/twmb/franz-go v1.21.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/twmb/franz-go/pkg/kmsg v1.13.1 // indirect
golang.org/x/sys v0.44.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)