mirror of
https://github.com/kataras/iris.git
synced 2025-12-26 22:37:08 +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/mongodb/go.mod
Normal file
9
_examples/database/mongodb/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module myapp
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/kataras/iris/v12 v12.2.0
|
||||
go.mongodb.org/mongo-driver v1.3.4
|
||||
)
|
||||
Reference in New Issue
Block a user