Updated dependencies
This commit is contained in:
parent
a48e053de4
commit
68859b71cf
4
go.mod
4
go.mod
@ -10,7 +10,7 @@ require (
|
||||
github.com/aerogo/api v0.1.6
|
||||
github.com/aerogo/codetree v1.2.2 // indirect
|
||||
github.com/aerogo/crawler v0.2.1
|
||||
github.com/aerogo/graphql v0.3.3
|
||||
github.com/aerogo/graphql v0.3.4
|
||||
github.com/aerogo/http v1.0.3
|
||||
github.com/aerogo/layout v0.1.5
|
||||
github.com/aerogo/log v0.2.4
|
||||
@ -59,4 +59,6 @@ require (
|
||||
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||||
)
|
||||
|
||||
replace github.com/aerogo/graphql => /home/eduard/projects/aerogo/graphql
|
||||
|
||||
exclude github.com/logpacker/PayPal-Go-SDK v2.0.0+incompatible
|
||||
|
4
go.sum
4
go.sum
@ -43,10 +43,6 @@ github.com/aerogo/csp v0.1.5 h1:4l8AaMWndSb0t/03onf4lc0th2zoaapmtKgysDIznW4=
|
||||
github.com/aerogo/csp v0.1.5/go.mod h1:KNqnTFffuDwIPJxBEFTl3baBx+x3Vw+9kcMfu5APFJA=
|
||||
github.com/aerogo/flow v0.1.2 h1:fZ3V7Bo7jwBjqnM1mWxYbg5O/FlQX2XovzMZU2D+o5M=
|
||||
github.com/aerogo/flow v0.1.2/go.mod h1:xXIb7GY0AKouhbp4/ViCsiOmvvgRGonqPG30d6FnACI=
|
||||
github.com/aerogo/graphql v0.3.2 h1:M9tQw3nEp7NThL/IcYlrpwajLzkxuZi5OX0Oq/ox1hA=
|
||||
github.com/aerogo/graphql v0.3.2/go.mod h1:bcAaQk3IGODFLF2gFwVszP3hyumWOhwKKuOh1xClSeI=
|
||||
github.com/aerogo/graphql v0.3.3 h1:PyqTuEUErrLQWo80hKjVzO2YPbQBrYrRkJKARrUaRC0=
|
||||
github.com/aerogo/graphql v0.3.3/go.mod h1:bcAaQk3IGODFLF2gFwVszP3hyumWOhwKKuOh1xClSeI=
|
||||
github.com/aerogo/http v1.0.0 h1:15a7Px8wGZbmgFqJMR1kBy3fWFkDfMZWexJzxhmFKe4=
|
||||
github.com/aerogo/http v1.0.0/go.mod h1:B1igUmMLpE6KabMpc9reHCJJNUOJ2U/PR9s1fF3TpPQ=
|
||||
github.com/aerogo/http v1.0.1 h1:KTzYarhp5yougurxuAhJKFh3YvZ7R7CfaDVwJv5+xIs=
|
||||
|
@ -12,9 +12,11 @@ import (
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
)
|
||||
|
||||
var requestLog = log.New()
|
||||
var errorLog = log.New()
|
||||
var ipLog = log.New()
|
||||
var (
|
||||
requestLog = log.New()
|
||||
errorLog = log.New()
|
||||
ipLog = log.New()
|
||||
)
|
||||
|
||||
// Initialize log files
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user