码农笔录博客源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
451 B

5 年之前
module beeblog
require (
3 年之前
github.com/beego/bee/v2 v2.0.2 // indirect
github.com/beego/beego/v2 v2.0.1
5 年之前
github.com/fortytw2/leaktest v1.3.0 // indirect
3 年之前
github.com/go-sql-driver/mysql v1.5.0
5 年之前
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/olivere/elastic v6.2.22+incompatible
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
google.golang.org/appengine v1.6.1 // indirect
)
4 年之前
go 1.13