Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 7ed54ff

Browse files
committed
WIP upgrade go mod github.com/graph-gophers/graphql-go@master
To support interfaces implementing interfaces (graph-gophers/graphql-go#471)
1 parent 74b43a1 commit 7ed54ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/gorilla/sessions v1.2.1
7676
github.com/goware/urlx v0.3.1
7777
github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9
78-
github.com/graph-gophers/graphql-go v1.2.0
78+
github.com/graph-gophers/graphql-go v1.2.1-0.20211221082208-9d31459e3b5d
7979
github.com/graphql-go/graphql v0.8.0
8080
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
8181
github.com/hashicorp/go-multierror v1.1.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,8 @@ github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9 h1:LQAhgcUPnzdjU
844844
github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9/go.mod h1:AHHlOEv1+GGQ3ktHMlhuTUwo3zljV3QJbC0+8o2kn+4=
845845
github.com/graph-gophers/graphql-go v1.2.0 h1:j3tCG0UcE+3f84OAw/4/6YQKyTr+r0yuUKtnxiu5OH4=
846846
github.com/graph-gophers/graphql-go v1.2.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc=
847+
github.com/graph-gophers/graphql-go v1.2.1-0.20211221082208-9d31459e3b5d h1:jcTg7IDufQzHuPec361eo9TgelTq59WQAis4dxCfZeE=
848+
github.com/graph-gophers/graphql-go v1.2.1-0.20211221082208-9d31459e3b5d/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc=
847849
github.com/graphql-go/graphql v0.8.0 h1:JHRQMeQjofwqVvGwYnr8JnPTY0AxgVy1HpHSGPLdH0I=
848850
github.com/graphql-go/graphql v0.8.0/go.mod h1:nKiHzRM0qopJEwCITUuIsxk9PlVlwIiiI8pnJEhordQ=
849851
github.com/gregjones/httpcache v0.0.0-20170920190843-316c5e0ff04e/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=

0 commit comments

Comments
 (0)