燕鹏
4 years ago
2 changed files with 4 additions and 5 deletions
@ -1,14 +1,13 @@ |
|||||
module beeblog |
module beeblog |
||||
|
|
||||
require ( |
require ( |
||||
github.com/beego/bee/v2 v2.0.2 // indirect |
|
||||
github.com/beego/beego/v2 v2.0.1 |
github.com/beego/beego/v2 v2.0.1 |
||||
github.com/fortytw2/leaktest v1.3.0 // indirect |
github.com/fortytw2/leaktest v1.3.0 // indirect |
||||
github.com/go-sql-driver/mysql v1.5.0 |
github.com/go-sql-driver/mysql v1.5.0 |
||||
|
github.com/lib/pq v1.7.0 // indirect |
||||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect |
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect |
||||
github.com/olivere/elastic v6.2.22+incompatible |
github.com/olivere/elastic v6.2.22+incompatible |
||||
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect |
gopkg.in/yaml.v2 v2.3.0 // indirect |
||||
google.golang.org/appengine v1.6.1 // indirect |
|
||||
) |
) |
||||
|
|
||||
go 1.13 |
go 1.16 |
||||
|
Loading…
Reference in new issue