From 65d2eae2857724b745ad953f6b719a7bd1ee746c Mon Sep 17 00:00:00 2001 From: Ryan Slade Date: Mon, 27 Jul 2020 19:01:28 +0200 Subject: [PATCH] go: Update out graphql-go dependency (#12459) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f26f114d6114..2cd222373a61 100644 --- a/go.mod +++ b/go.mod @@ -189,7 +189,7 @@ replace ( // We need our fork until https://github.com/graph-gophers/graphql-go/pull/400 is merged upstream // Our change limits the number of goroutines spawned by resolvers which was causing memory spikes on our frontend - github.com/graph-gophers/graphql-go => github.com/sourcegraph/graphql-go v0.0.0-20200723081120-8462b0b708c4 + github.com/graph-gophers/graphql-go => github.com/sourcegraph/graphql-go v0.0.0-20200724075322-e542e8956484 github.com/mattn/goreman => github.com/sourcegraph/goreman v0.1.2-0.20180928223752-6e9a2beb830d // prom-wrapper needs to be able to write alertmanager configuration with secrets - https://github.com/prometheus/alertmanager/pull/2316 diff --git a/go.sum b/go.sum index 903dd93db031..28a502d9ada2 100644 --- a/go.sum +++ b/go.sum @@ -1201,6 +1201,8 @@ github.com/sourcegraph/gosyntect v0.0.0-20200429204402-842ed26129d0 h1:AEImdu3+4 github.com/sourcegraph/gosyntect v0.0.0-20200429204402-842ed26129d0/go.mod h1:WiNJKgKTnR3psOIGzVZQjLqZjJZuoL3F8tCh25Uk8dU= github.com/sourcegraph/graphql-go v0.0.0-20200723081120-8462b0b708c4 h1:w3lLhAnBWmcImnrcANpgylh29D6Pc5TvX/C8gh6NwL0= github.com/sourcegraph/graphql-go v0.0.0-20200723081120-8462b0b708c4/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= +github.com/sourcegraph/graphql-go v0.0.0-20200724075322-e542e8956484 h1:oMnbwXPJDRDfUjEuFHlO6u1MY6O64G2TrDBOXTgVX58= +github.com/sourcegraph/graphql-go v0.0.0-20200724075322-e542e8956484/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= github.com/sourcegraph/jsonx v0.0.0-20200625022044-c22a595bbad7 h1:G58fa9uWw59V5l92ijZKpT49lbAdv0JdruZUUZmjdeI= github.com/sourcegraph/jsonx v0.0.0-20200625022044-c22a595bbad7/go.mod h1:7jkSQ2sdxwXMaIDxKJotTt+hwKnT9b/wbJFU7/ObUEY= github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=