mirror of
https://github.com/wahyd4/say-it-backend.git
synced 2026-08-08 21:07:38 +10:00
11 lines
224 B
AMPL
11 lines
224 B
AMPL
module github.com/wahyd4/say-it-backend
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Sirupsen/logrus v0.11.0 // indirect
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/sirupsen/logrus v1.7.0
|
|
gopkg.in/gin-gonic/gin.v1 v1.1.4 // indirect
|
|
)
|