You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
524 B
18 lines
524 B
module master
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
gitea.anxinyun.cn/container/common_models v0.0.12
|
|
github.com/IBM/sarama v1.43.0
|
|
github.com/jolestar/go-commons-pool v2.0.0+incompatible
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
github.com/panjf2000/ants/v2 v2.11.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/time v0.10.0 // indirect
|
|
)
|
|
|