mirror of
https://github.com/eiblog/eiblog.git
synced 2025-12-19 17:32:24 +08:00
25 lines
695 B
Modula-2
25 lines
695 B
Modula-2
module github.com/eiblog/eiblog
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eiblog/blackfriday v0.0.0-20161010144836-c0ec111761ae
|
|
github.com/gin-contrib/sessions v0.0.4
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/qiniu/go-sdk/v7 v7.11.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
|
github.com/swaggo/gin-swagger v1.3.3
|
|
github.com/swaggo/swag v1.7.4
|
|
go.mongodb.org/mongo-driver v1.5.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/clickhouse v0.4.2
|
|
gorm.io/driver/mysql v1.5.2
|
|
gorm.io/driver/postgres v1.5.4
|
|
gorm.io/driver/sqlite v1.5.4
|
|
gorm.io/driver/sqlserver v1.5.2
|
|
gorm.io/gorm v1.25.5
|
|
)
|