Fixed data races

This commit is contained in:
2019-06-02 00:28:22 +09:00
parent 28db818c37
commit 4d919ef752
6 changed files with 46 additions and 41 deletions

6
go.mod
View File

@ -5,12 +5,12 @@ go 1.12
require (
cloud.google.com/go v0.39.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aerogo/aero v1.3.2
github.com/aerogo/aero v1.3.5
github.com/aerogo/api v0.2.0
github.com/aerogo/crawler v0.2.5
github.com/aerogo/graphql v0.4.0
github.com/aerogo/http v1.0.6
github.com/aerogo/layout v0.3.0
github.com/aerogo/layout v0.3.1
github.com/aerogo/log v0.2.5
github.com/aerogo/manifest v0.1.4
github.com/aerogo/markdown v0.1.8
@ -53,6 +53,4 @@ require (
gopkg.in/yaml.v2 v2.2.2 // indirect
)
replace github.com/aerogo/layout => /home/eduard/projects/aerogo/layout
exclude github.com/logpacker/PayPal-Go-SDK v2.0.0+incompatible