mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 12:58:34 +00:00
9 lines
175 B
Modula-2
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
|
|
)
|