This commit is contained in:
joy.zhou
2019-07-10 20:34:15 +08:00
parent daf4a0e0f5
commit 7bce53fa2b
12 changed files with 351 additions and 87 deletions

1
go.mod
View File

@@ -19,4 +19,5 @@ require (
golang.org/x/net v0.0.0-20190424024845-afe8014c977f
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
golang.org/x/tools v0.0.0-20190424031103-cb2dda6eabdf // indirect
github.com/Shopify/sarama v1.23.0
)