13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
|
|
module github.com/gothinkster/golang-gin-realworld-example-app
|
||
|
|
|
||
|
|
go 1.21
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/gin-contrib/cors v1.7.2
|
||
|
|
github.com/gin-gonic/gin v1.10.0
|
||
|
|
github.com/joho/godotenv v1.5.1
|
||
|
|
gorm.io/driver/mysql v1.5.7
|
||
|
|
gorm.io/driver/sqlite v1.5.6
|
||
|
|
gorm.io/gorm v1.25.12
|
||
|
|
)
|