GoLearning/Example/1.Gin_Helloworld/go.mod

9 lines
159 B
Modula-2
Raw Permalink Normal View History

2023-12-14 03:45:47 +08:00
module example.com/myapp
go 1.16
require (
github.com/gin-gonic/gin v1.7.1
github.com/go-sql-driver/mysql v1.6.0
github.com/jinzhu/gorm v1.9.16
)