mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
14 lines
427 B
AMPL
14 lines
427 B
AMPL
module go-gin-api
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|