9 lines
119 B
Modula-2
9 lines
119 B
Modula-2
module github.com/Khan/genqlient
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|