go.mode: bump graphql-go dependency to v1.3.0 (#24324)

This commit is contained in:
aaronbuchwald
2022-02-02 11:21:25 -05:00
committed by GitHub
parent 1a7e345af4
commit aaca58a7a1
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -32,7 +32,7 @@ require (
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
github.com/google/uuid v1.1.5
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20201113091052-beb923fada29
github.com/graph-gophers/graphql-go v1.3.0
github.com/hashicorp/go-bexpr v0.1.10
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/holiman/bloomfilter/v2 v2.0.3