module github.com/hasura/go-graphql-client

go 1.16

require (
	github.com/google/uuid v1.3.0
	github.com/graph-gophers/graphql-go v1.4.0
	github.com/graph-gophers/graphql-transport-ws v0.0.2
	nhooyr.io/websocket v1.8.7
)
