-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a53ce37
commit d8acf16
Showing
6 changed files
with
90 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,30 @@ | ||
module github.com/99designs/gqlgen | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/agnivade/levenshtein v1.0.3 // indirect | ||
github.com/go-chi/chi v3.3.2+incompatible | ||
github.com/gogo/protobuf v1.0.0 // indirect | ||
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect | ||
github.com/gorilla/mux v1.6.1 // indirect | ||
github.com/gorilla/websocket v1.2.0 | ||
github.com/hashicorp/golang-lru v0.5.0 | ||
github.com/go-chi/chi v4.0.3+incompatible | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/gorilla/mux v1.7.4 // indirect | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 | ||
github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007 | ||
github.com/matryer/moq v0.0.0-20200125112110-7615cbe60268 | ||
github.com/mattn/go-colorable v0.1.4 | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/opentracing/basictracer-go v1.0.0 // indirect | ||
github.com/opentracing/opentracing-go v1.0.2 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rs/cors v1.6.0 | ||
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect | ||
github.com/shurcooL/vfsgen v0.0.0-20180121065927-ffb13db8def0 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/urfave/cli v1.20.0 | ||
github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rs/cors v1.7.0 | ||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect | ||
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/urfave/cli/v2 v2.1.1 | ||
github.com/vektah/dataloaden v0.3.0 | ||
github.com/vektah/gqlparser/v2 v2.0.1 | ||
golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755 | ||
golang.org/x/tools v0.0.0-20200220224806-8a925fa4c0df | ||
gopkg.in/yaml.v2 v2.2.8 | ||
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 | ||
sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 // indirect | ||
) |
Oops, something went wrong.