Files
atlantis/vendor/github.com/Laisky/graphql/go.mod
2020-01-24 21:51:01 -08:00

9 lines
175 B
Modula-2

module github.com/Laisky/graphql
go 1.13
require (
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/stretchr/testify v1.4.0 // indirect
)