mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
This commit is contained in:
8
_examples/kafka-api/go.mod
Normal file
8
_examples/kafka-api/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/Shopify/sarama v1.26.4
|
||||
github.com/kataras/iris/v12 v12.2.0
|
||||
)
|
||||
Reference in New Issue
Block a user