From 5e062aa68b9be4325f9475705e03cc4ff68711ec Mon Sep 17 00:00:00 2001 From: Horie Issei Date: Thu, 6 Dec 2018 22:26:46 +0900 Subject: [PATCH] Deprecate github.com/sevki/graphql (#2257) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 23b61f33..0e453a25 100644 --- a/README.md +++ b/README.md @@ -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. * [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-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.