mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
3faaf954bb
Former-commit-id: 649e2d673a834625d5f3e8703533ad1db2553aec
10 lines
171 B
Modula-2
10 lines
171 B
Modula-2
module myapp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kataras/iris/v12 v12.1.9-0.20200719040914-c21125c094d6
|
|
go.mongodb.org/mongo-driver v1.3.4
|
|
)
|