mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 20:37: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:
9
_examples/database/mysql/go.mod
Normal file
9
_examples/database/mysql/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/kataras/iris/v12 v12.2.0
|
||||
github.com/mailgun/groupcache/v2 v2.1.0
|
||||
)
|
||||
Reference in New Issue
Block a user