Updated GraphQL

This commit is contained in:
2019-05-10 18:17:33 +09:00
parent a42c5be666
commit aa2873ac3a
4 changed files with 5 additions and 5 deletions

4
go.mod
View File

@ -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.1.1
github.com/aerogo/graphql v0.1.2
github.com/aerogo/http v1.0.3
github.com/aerogo/layout v0.1.5
github.com/aerogo/log v0.2.4
@ -58,4 +58,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