1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00

minor improvements to the kafka-api example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-18 13:58:31 +03:00
parent d5a179cc45
commit d1f32e723a
5 changed files with 162 additions and 12 deletions

View File

@@ -3,6 +3,6 @@ module myapp
go 1.15
require (
github.com/Shopify/sarama v1.26.4
github.com/Shopify/sarama v1.27.0
github.com/kataras/iris/v12 master
)