12 lines
317 B
AMPL
12 lines
317 B
AMPL
module github.com/Khan/genqlient
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Khan/graphql v0.0.0-20191109005718-3b51154b2bc5
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
|
|
github.com/vektah/gqlparser v1.2.0
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|