Deprecate github.com/sevki/graphql (#2257)

This commit is contained in:
Horie Issei 2018-12-06 22:26:46 +09:00 committed by Cássio Botaro
parent 2b3a103f3d
commit 5e062aa68b

View File

@ -1094,7 +1094,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data. * [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities. * [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
* [graphql](https://github.com/sevki/graphql) - GraphQL implementation in go.
* [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.
* [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go. * [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go.
* [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.