mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
34 lines
1.7 KiB
Modula-2
34 lines
1.7 KiB
Modula-2
module github.com/eiblog/eiblog
|
|
|
|
require (
|
|
github.com/boj/redistore v0.0.0-20180825063928-0920d8493e7f // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // 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-20180209055746-a56f1b5e9c3c
|
|
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // 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.2.0 // indirect
|
|
github.com/json-iterator/go v0.0.0-20180806060727-1624edc4454b // indirect
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v0.0.0-20180718012357-94122c33edd3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/qiniu/api.v7 v7.2.4+incompatible
|
|
github.com/qiniu/x v7.0.8+incompatible // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/ugorji/go v1.1.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac // indirect
|
|
golang.org/x/net v0.0.0-20180824152047-4bcd98cce591 // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
|
golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87 // 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-20180705113604-9856a29383ce // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
qiniupkg.com/x v7.0.8+incompatible // indirect
|
|
)
|