mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 03:10:55 +00:00
update dependency
This commit is contained in:
parent
5fe19d639f
commit
24215fb3eb
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ require (
|
||||
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
|
||||
github.com/beego/goyaml2 v0.0.0-20130207012346-5545475820dd
|
||||
github.com/beego/x2j v0.0.0-20131220205130-a0352aadc542
|
||||
github.com/belogik/goes v0.0.0-20151229125003-e54d722c3aff
|
||||
github.com/OwnLocal/goes v1.0.0
|
||||
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
|
||||
github.com/casbin/casbin v1.7.0
|
||||
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/logs"
|
||||
"github.com/belogik/goes"
|
||||
"github.com/OwnLocal/goes"
|
||||
)
|
||||
|
||||
// NewES return a LoggerInterface
|
||||
|
Loading…
Reference in New Issue
Block a user