mirror of
https://github.com/stashapp/stash.git
synced 2025-12-30 04:03:17 +01:00
10 lines
311 B
Modula-2
10 lines
311 B
Modula-2
module github.com/vektah/gqlparser
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.0.1
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|