Updated GraphQL
This commit is contained in:
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.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
|
||||
|
Reference in New Issue
Block a user