207f73ab81
Signed-off-by: vishal979 <shantapowertech2@gmail.com>
12 lines
220 B
Modula-2
12 lines
220 B
Modula-2
module github.com/vishal979/goapp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
gopkg.in/redis.v5 v5.2.9
|
|
)
|