2020-06-07 14:26:06 +02:00
|
|
|
module myapp
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-10 22:37:01 +02:00
|
|
|
github.com/kataras/iris/v12 v12.1.9-0.20200710202109-5d80ecac5371
|
2020-06-07 14:26:06 +02:00
|
|
|
github.com/mailgun/groupcache/v2 v2.1.0
|
|
|
|
)
|