mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
29 lines
1.2 KiB
Modula-2
29 lines
1.2 KiB
Modula-2
module github.com/eiblog/eiblog
|
|
|
|
require (
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
|
|
github.com/deepzz0/logd v0.0.0-20171206094927-f91dd8c6316f
|
|
github.com/eiblog/blackfriday v0.0.0-20161010144836-c0ec111761ae
|
|
github.com/eiblog/utils v0.0.0-20181119015747-92c93e218753
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/autotls v0.0.0-20180426091246-be87bd5ef97b
|
|
github.com/gin-gonic/contrib v0.0.0-20180614032058-39cfb9727134
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/qiniu/api.v7/v7 v7.8.0
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/ugorji/go v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|
|
|
|
go 1.13
|